Searched defs:PGDIR_MASK (Results 1 – 5 of 5) sorted by relevance
12 #define PGDIR_MASK _AC(0x3FF, UL) macro23 #define PGDIR_MASK _AC(0x1FF, UL) macro
72 #define PGDIR_MASK 511 macro76 #define PGDIR_MASK 1023 macro
31 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
15 #define PGDIR_MASK (~((1 << PGDIR_SHIFT) - 1)) macro
54 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro