/linux-6.6.21/arch/m68k/include/asm/ |
D | pgtable_mm.h | 61 #define PTRS_PER_PGD 2048 macro 66 #define PTRS_PER_PGD 1024 macro 70 #define PTRS_PER_PGD 128 macro
|
/linux-6.6.21/arch/um/include/asm/ |
D | pgtable-3level.h | 37 #define PTRS_PER_PGD 512 macro 40 #define PTRS_PER_PGD 1024 macro
|
D | pgtable-2level.h | 25 #define PTRS_PER_PGD 1024 macro
|
/linux-6.6.21/arch/sh/include/asm/ |
D | pgtable-2level.h | 21 #define PTRS_PER_PGD (PAGE_SIZE / (1 << PTE_MAGNITUDE)) macro
|
D | pgtable-3level.h | 18 #define PTRS_PER_PGD 4 macro
|
/linux-6.6.21/arch/x86/include/asm/ |
D | pgtable_64_types.h | 57 #define PTRS_PER_PGD 512 macro 76 #define PTRS_PER_PGD 512 macro
|
D | pgtable-2level_types.h | 30 #define PTRS_PER_PGD 1024 macro
|
D | pgtable-3level_types.h | 38 #define PTRS_PER_PGD 4 macro
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/ |
D | pgtable-4k.h | 27 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE) macro
|
/linux-6.6.21/arch/arm/include/asm/ |
D | pgtable-2level.h | 72 #define PTRS_PER_PGD 2048 macro
|
D | pgtable-3level.h | 22 #define PTRS_PER_PGD 4 macro
|
/linux-6.6.21/arch/arc/include/asm/ |
D | pgtable-levels.h | 72 #define PTRS_PER_PGD BIT(32 - PGDIR_SHIFT) macro
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgtable-32.h | 87 #define PTRS_PER_PGD (USER_PTRS_PER_PGD * 2) macro
|
D | pgtable-64.h | 125 #define PTRS_PER_PGD ((PAGE_SIZE << PGD_TABLE_ORDER) / sizeof(pgd_t)) macro
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | pgtable.h | 55 #define PTRS_PER_PGD (PAGE_SIZE / sizeof(pgd_t)) macro
|
/linux-6.6.21/arch/csky/include/asm/ |
D | pgtable.h | 22 #define PTRS_PER_PGD (PAGE_SIZE / sizeof(pgd_t)) macro
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | pgtable.h | 74 #define PTRS_PER_PGD 1024 macro
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 36 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE) macro
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | pgtable.h | 59 #define PTRS_PER_PGD 1024 macro
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | pgtable-hwdef.h | 72 #define PTRS_PER_PGD (1 << (VA_BITS - PGDIR_SHIFT)) macro
|
/linux-6.6.21/arch/microblaze/include/asm/ |
D | pgtable.h | 99 #define PTRS_PER_PGD (1 << (32 - PGDIR_SHIFT)) macro
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | pgtable.h | 68 #define PTRS_PER_PGD (1UL << (32-PGDIR_SHIFT)) macro
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | pgtable.h | 46 #define PTRS_PER_PGD (1UL << (PAGE_SHIFT-3)) macro
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | pgtable_32.h | 49 #define PTRS_PER_PGD 256 macro
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 142 #define PTRS_PER_PGD (1 << PGD_INDEX_SIZE) macro
|