Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sun3/include/
H A Dpte3.h78 #define VA_PTE_NUM_MASK (0xF << VA_PTE_NUM_SHIFT) macro
/netbsd-src/sys/arch/sun2/include/
H A Dpte.h176 #define VA_PTE_NUM_MASK (((1 << SEGSHIFT) - 1) ^ ((1 << PGSHIFT) - 1)) macro