| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable-types.h | 27 #if CONFIG_PGTABLE_LEVELS > 2 33 #if CONFIG_PGTABLE_LEVELS > 3 47 #if CONFIG_PGTABLE_LEVELS == 2 49 #elif CONFIG_PGTABLE_LEVELS == 3 51 #elif CONFIG_PGTABLE_LEVELS == 4
|
| H A D | tlb.h | 82 #if CONFIG_PGTABLE_LEVELS > 2 93 #if CONFIG_PGTABLE_LEVELS > 3
|
| H A D | pgalloc.h | 21 #if CONFIG_PGTABLE_LEVELS > 2 39 #if CONFIG_PGTABLE_LEVELS > 3
|
| H A D | kernel-pgtable.h | 37 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS - 1) 40 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS)
|
| H A D | pgtable-hwdef.h | 48 #if CONFIG_PGTABLE_LEVELS > 2 58 #if CONFIG_PGTABLE_LEVELS > 3 69 #define PGDIR_SHIFT ARM64_HW_PGTABLE_LEVEL_SHIFT(4 - CONFIG_PGTABLE_LEVELS)
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/vdso32/ |
| H A D | vclock_gettime.c | 13 #undef CONFIG_PGTABLE_LEVELS 20 #define CONFIG_PGTABLE_LEVELS 2 macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | pgtable.h | 7 #if CONFIG_PGTABLE_LEVELS == 3 9 #elif CONFIG_PGTABLE_LEVELS == 2 104 #if CONFIG_PGTABLE_LEVELS == 3 119 #if CONFIG_PGTABLE_LEVELS == 3 135 #if CONFIG_PGTABLE_LEVELS == 3 332 #if CONFIG_PGTABLE_LEVELS == 3
|
| H A D | page.h | 48 #if CONFIG_PGTABLE_LEVELS == 3 69 #if CONFIG_PGTABLE_LEVELS == 3 89 #if CONFIG_PGTABLE_LEVELS == 3
|
| H A D | tlb.h | 7 #if CONFIG_PGTABLE_LEVELS == 3
|
| H A D | pgalloc.h | 37 #if CONFIG_PGTABLE_LEVELS == 3
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | ptdump.c | 34 #if CONFIG_PGTABLE_LEVELS > 4 && \ in ptdump_pgd_entry() 55 #if CONFIG_PGTABLE_LEVELS > 3 && \ in ptdump_p4d_entry() 76 #if CONFIG_PGTABLE_LEVELS > 2 && \ in ptdump_pud_entry()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | pgtable.c | 60 #if CONFIG_PGTABLE_LEVELS > 2 76 #if CONFIG_PGTABLE_LEVELS > 3 83 #if CONFIG_PGTABLE_LEVELS > 4 128 if (CONFIG_PGTABLE_LEVELS == 2 || in pgd_ctor() 129 (CONFIG_PGTABLE_LEVELS == 3 && SHARED_KERNEL_PMD) || in pgd_ctor() 130 CONFIG_PGTABLE_LEVELS >= 4) { in pgd_ctor()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgalloc.h | 89 #if CONFIG_PGTABLE_LEVELS > 2 114 #if CONFIG_PGTABLE_LEVELS > 3 135 #if CONFIG_PGTABLE_LEVELS > 4
|
| H A D | pgtable_types.h | 332 #if CONFIG_PGTABLE_LEVELS > 4 358 #if CONFIG_PGTABLE_LEVELS > 3 384 #if CONFIG_PGTABLE_LEVELS > 2
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgtable.h | 103 #if CONFIG_PGTABLE_LEVELS == 4 121 #if CONFIG_PGTABLE_LEVELS == 4 184 #if CONFIG_PGTABLE_LEVELS == 4 285 #if CONFIG_PGTABLE_LEVELS == 4 561 #if CONFIG_PGTABLE_LEVELS == 3
|
| H A D | page.h | 178 #if CONFIG_PGTABLE_LEVELS == 4 187 #if CONFIG_PGTABLE_LEVELS == 4
|
| H A D | pgalloc.h | 32 #if CONFIG_PGTABLE_LEVELS == 4
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | pgalloc.h | 106 #if CONFIG_PGTABLE_LEVELS > 2 148 #if CONFIG_PGTABLE_LEVELS > 3
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | machine_kexec.c | 156 #if CONFIG_PGTABLE_LEVELS == 3 in arch_crash_save_vmcoreinfo() 158 #elif CONFIG_PGTABLE_LEVELS == 4 in arch_crash_save_vmcoreinfo()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | kmap.c | 80 #if CONFIG_PGTABLE_LEVELS == 3 in __free_io_area() 261 #if CONFIG_PGTABLE_LEVELS == 3 in __ioremap() 365 #if CONFIG_PGTABLE_LEVELS == 3 in kernel_set_cachemode()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | ptdump.c | 169 .name = (CONFIG_PGTABLE_LEVELS > 4) ? "P4D" : "PGD", 171 .name = (CONFIG_PGTABLE_LEVELS > 3) ? "PUD" : "PGD", 173 .name = (CONFIG_PGTABLE_LEVELS > 2) ? "PMD" : "PGD",
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable-64.h | 20 #if CONFIG_PGTABLE_LEVELS == 2 22 #elif CONFIG_PGTABLE_LEVELS == 3
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | init.c | 31 #if CONFIG_PGTABLE_LEVELS > 4 43 #if CONFIG_PGTABLE_LEVELS > 3 55 #if CONFIG_PGTABLE_LEVELS > 2
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | page.h | 24 #if !defined(CONFIG_MMU) || CONFIG_PGTABLE_LEVELS == 3
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | ptdump.c | 196 .name = (CONFIG_PGTABLE_LEVELS > 3) ? "PUD" : "PGD", 200 .name = (CONFIG_PGTABLE_LEVELS > 2) ? "PMD" : "PGD",
|