Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/include/
H A Dpte.h215 #define VA_SUN4C_VPG(va) (((int)(va) >> 12) & 63) macro
/netbsd-src/sys/arch/sparc64/include/
H A Dpte.h67 #define VA_SUN4C_VPG(va) (((int)(va) >> 12) & 63) macro