Searched defs:SEGOFF2FLAT (Results 1 – 2 of 2) sorted by relevance
43 #define SEGOFF2FLAT(seg, off) ((void *)((((u_int32_t)(seg))<<4) + \ macro