LOMBUS_DUMMY_ADDRESS
#define ADDR_TO_VREG(a) ((caddr_t)(a) - LOMBUS_DUMMY_ADDRESS)
#define VREG_TO_ADDR(v) (LOMBUS_DUMMY_ADDRESS + (v))