Home
last modified time | relevance | path

Searched refs:SEGOFSET (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/pmax/include/
H A Dpmap.h39 #define pmax_trunc_seg(x) ((vm_offset_t)(x) & ~SEGOFSET)
40 #define pmax_round_seg(x) (((vm_offset_t)(x) + SEGOFSET) & ~SEGOFSET)
H A Dparam.h37 #define SEGOFSET (NBSEG-1) /* byte offset into segment */ macro
/original-bsd/sys/luna68k/include/
H A Dparam.h40 #define SEGOFSET (NBSEG-1) /* byte offset into segment */ macro
/original-bsd/sys/news3400/include/
H A Dparam.h38 #define SEGOFSET (NBSEG-1) /* byte offset into segment */ macro
/original-bsd/sys/hp300/include/
H A Dparam.h37 #define SEGOFSET (NBSEG-1) /* byte offset into segment */ macro