Home
last modified time | relevance | path

Searched refs:CONFIG_PGTABLE_LEVELS (Results 1 – 25 of 52) sorted by relevance

123

/Linux-v5.15/arch/arc/include/asm/
Dpgtable-levels.h13 #if CONFIG_PGTABLE_LEVELS == 2
61 #if CONFIG_PGTABLE_LEVELS > 3
64 #if CONFIG_PGTABLE_LEVELS > 2
74 #if CONFIG_PGTABLE_LEVELS > 3
80 #if CONFIG_PGTABLE_LEVELS > 2
90 #if CONFIG_PGTABLE_LEVELS > 3
92 #elif CONFIG_PGTABLE_LEVELS > 2
107 #if CONFIG_PGTABLE_LEVELS > 3
126 #if CONFIG_PGTABLE_LEVELS > 2
Dpgalloc.h73 #if CONFIG_PGTABLE_LEVELS > 3
84 #if CONFIG_PGTABLE_LEVELS > 2
Dpage.h44 #if CONFIG_PGTABLE_LEVELS > 3
55 #if CONFIG_PGTABLE_LEVELS > 2
/Linux-v5.15/arch/arm64/include/asm/
Dpgtable-types.h27 #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
Dtlb.h82 #if CONFIG_PGTABLE_LEVELS > 2
93 #if CONFIG_PGTABLE_LEVELS > 3
Dkernel-pgtable.h37 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS - 1)
40 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS)
Dpgalloc.h21 #if CONFIG_PGTABLE_LEVELS > 2
42 #if CONFIG_PGTABLE_LEVELS > 3
Dpgtable-hwdef.h48 #if CONFIG_PGTABLE_LEVELS > 2
58 #if CONFIG_PGTABLE_LEVELS > 3
69 #define PGDIR_SHIFT ARM64_HW_PGTABLE_LEVEL_SHIFT(4 - CONFIG_PGTABLE_LEVELS)
/Linux-v5.15/arch/x86/entry/vdso/vdso32/
Dvclock_gettime.c13 #undef CONFIG_PGTABLE_LEVELS
20 #define CONFIG_PGTABLE_LEVELS 2 macro
/Linux-v5.15/arch/parisc/include/asm/
Dpage.h48 #if CONFIG_PGTABLE_LEVELS == 3
69 #if CONFIG_PGTABLE_LEVELS == 3
89 #if CONFIG_PGTABLE_LEVELS == 3
Dpgtable.h7 #if CONFIG_PGTABLE_LEVELS == 3
9 #elif CONFIG_PGTABLE_LEVELS == 2
99 #if CONFIG_PGTABLE_LEVELS == 3
114 #if CONFIG_PGTABLE_LEVELS == 3
130 #if CONFIG_PGTABLE_LEVELS == 3
324 #if CONFIG_PGTABLE_LEVELS == 3
Dtlb.h7 #if CONFIG_PGTABLE_LEVELS == 3
/Linux-v5.15/mm/
Dptdump.c34 #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()
/Linux-v5.15/arch/x86/include/asm/
Dpgalloc.h87 #if CONFIG_PGTABLE_LEVELS > 2
112 #if CONFIG_PGTABLE_LEVELS > 3
133 #if CONFIG_PGTABLE_LEVELS > 4
/Linux-v5.15/include/asm-generic/
Dpgalloc.h106 #if CONFIG_PGTABLE_LEVELS > 2
148 #if CONFIG_PGTABLE_LEVELS > 3
/Linux-v5.15/arch/x86/mm/
Dpgtable.c60 #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()
/Linux-v5.15/arch/ia64/kernel/
Dmachine_kexec.c157 #if CONFIG_PGTABLE_LEVELS == 3 in arch_crash_save_vmcoreinfo()
159 #elif CONFIG_PGTABLE_LEVELS == 4 in arch_crash_save_vmcoreinfo()
/Linux-v5.15/arch/ia64/include/asm/
Dpgtable.h103 #if CONFIG_PGTABLE_LEVELS == 4
121 #if CONFIG_PGTABLE_LEVELS == 4
183 #if CONFIG_PGTABLE_LEVELS == 4
279 #if CONFIG_PGTABLE_LEVELS == 4
548 #if CONFIG_PGTABLE_LEVELS == 3
Dpage.h157 #if CONFIG_PGTABLE_LEVELS == 4
166 #if CONFIG_PGTABLE_LEVELS == 4
Dpgalloc.h32 #if CONFIG_PGTABLE_LEVELS == 4
/Linux-v5.15/arch/m68k/mm/
Dkmap.c79 #if CONFIG_PGTABLE_LEVELS == 3 in __free_io_area()
260 #if CONFIG_PGTABLE_LEVELS == 3 in __ioremap()
364 #if CONFIG_PGTABLE_LEVELS == 3 in kernel_set_cachemode()
/Linux-v5.15/arch/riscv/mm/
Dptdump.c196 .name = (CONFIG_PGTABLE_LEVELS > 4) ? "P4D" : "PGD",
198 .name = (CONFIG_PGTABLE_LEVELS > 3) ? "PUD" : "PGD",
200 .name = (CONFIG_PGTABLE_LEVELS > 2) ? "PMD" : "PGD",
/Linux-v5.15/arch/m68k/include/asm/
Dpage.h24 #if !defined(CONFIG_MMU) || CONFIG_PGTABLE_LEVELS == 3
/Linux-v5.15/arch/mips/include/asm/
Dpgtable-64.h20 #if CONFIG_PGTABLE_LEVELS == 2
22 #elif CONFIG_PGTABLE_LEVELS == 3
/Linux-v5.15/mm/kasan/
Dinit.c31 #if CONFIG_PGTABLE_LEVELS > 4
43 #if CONFIG_PGTABLE_LEVELS > 3
55 #if CONFIG_PGTABLE_LEVELS > 2

123