Searched defs:VA_SIGN_POS (Results 1 - 2 of 2) sorted by relevance

/src/sys/arch/i386/include/
H A Dpte.h108 #define VA_SIGN_POS(va) ((va) & ~VA_SIGN_MASK) macro
/src/sys/arch/amd64/include/
H A Dpte.h82 #define VA_SIGN_POS(va) ((va) & ~VA_SIGN_MASK) macro

Completed in 2 milliseconds