Searched refs:PGDIR_SHIFT (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-x86/asm/
H A Dpgtable-2level-defs.h22 #define PGDIR_SHIFT 22 macro
H A Dpgtable_32.h37 #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))
/bionic/libc/kernel/arch-mips/asm/
H A Dpgtable-32.h29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2) macro
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
/bionic/libc/kernel/common/asm-generic/
H A Dpgtable-nopud.h25 #define PUD_SHIFT PGDIR_SHIFT

Completed in 64 milliseconds