Searched refs:PGDIR_SHIFT (Results 1 – 4 of 4) sorted by relevance
10 #define PGDIR_SHIFT 22 macro
58 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)64 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)395 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
109 #define PGDIR_SHIFT 21 macro125 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)329 #define pgd_index(addr) ((addr) >> PGDIR_SHIFT)
15 #define PUD_SHIFT PGDIR_SHIFT