Searched refs:PGDIR_SHIFT (Results 1 – 4 of 4) sorted by relevance
22 #define PGDIR_SHIFT 22 macro
37 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)42 #define USER_PGD_PTRS (PAGE_OFFSET >> PGDIR_SHIFT)165 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2) macro30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
21 #define PUD_SHIFT PGDIR_SHIFT