/Linux-v4.19/arch/m68k/include/asm/ |
D | pgtable_mm.h | 60 #define PTRS_PER_PGD 2048 macro 65 #define PTRS_PER_PGD 1024 macro 69 #define PTRS_PER_PGD 128 macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable-2level.h | 22 #define PTRS_PER_PGD (PAGE_SIZE / (1 << PTE_MAGNITUDE)) macro
|
D | pgtable-3level.h | 19 #define PTRS_PER_PGD 4 macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable-3level.h | 38 #define PTRS_PER_PGD 512 macro 41 #define PTRS_PER_PGD 1024 macro
|
D | pgtable-2level.h | 26 #define PTRS_PER_PGD 1024 macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable_64_types.h | 56 #define PTRS_PER_PGD 512 macro 75 #define PTRS_PER_PGD 512 macro
|
D | pgtable-2level_types.h | 28 #define PTRS_PER_PGD 1024 macro
|
D | pgtable-3level_types.h | 34 #define PTRS_PER_PGD 4 macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 27 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-2level.h | 75 #define PTRS_PER_PGD 2048 macro
|
D | pgtable-3level.h | 34 #define PTRS_PER_PGD 4 macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgtable.h | 21 #define PTRS_PER_PGD 1024 macro 29 #define PTRS_PER_PGD 256 macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-32.h | 61 #define PTRS_PER_PGD (USER_PTRS_PER_PGD * 2) macro
|
D | pgtable-64.h | 129 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 38 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE) macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 77 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_ORDER) / sizeof(pgd_t)) macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | pgtable.h | 42 #define PTRS_PER_PGD 1024 macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 85 #define PTRS_PER_PGD 1024 macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable-hwdef.h | 83 #define PTRS_PER_PGD (1 << (VA_BITS - PGDIR_SHIFT)) macro
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 225 #define PTRS_PER_PGD _BITUL(BITS_FOR_PGD) macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 36 #define PTRS_PER_PGD (PAGE_SIZE / sizeof(pgd_t)) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 29 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE) macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 47 #define PTRS_PER_PGD (1UL << (PAGE_SHIFT-3)) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 46 #define PTRS_PER_PGD SRMMU_PTRS_PER_PGD macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 73 #define PTRS_PER_PGD (1UL << (32-PGDIR_SHIFT)) macro
|