Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpgtable-2level-defs.h22 #define PGDIR_SHIFT 22 macro
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))
/development/ndk/platforms/android-9/arch-mips/include/asm/
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))
/development/ndk/platforms/android-9/include/asm-generic/
Dpgtable-nopud.h21 #define PUD_SHIFT PGDIR_SHIFT