Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/include/
H A Dpte.h214 #define VA_SUN4_VPG(va) (((int)(va) >> 13) & 31) macro
/netbsd-src/sys/arch/sparc64/include/
H A Dpte.h66 #define VA_SUN4_VPG(va) (((int)(va) >> 13) & 31) macro