Home
last modified time | relevance | path

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

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