Searched defs:VA_PTE_NUM_MASK (Results 1 – 2 of 2) sorted by relevance
78 #define VA_PTE_NUM_MASK (0xF << VA_PTE_NUM_SHIFT) macro
176 #define VA_PTE_NUM_MASK (((1 << SEGSHIFT) - 1) ^ ((1 << PGSHIFT) - 1)) macro