IIOP
#define IIOP(va) ((vaddr_t)(va)-(vaddr_t)intiobase+INTIOBASE)
#define IIOP(va) ((int)(va)-intiobase+INTIOBASE)
#define IIOP(va) ((u_int)(va) - (u_int)intiobase + INTIOBASE)