Home
last modified time | relevance | path

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

123

/linux/arch/arc/include/asm/
A 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
A Dpgalloc.h73 #if CONFIG_PGTABLE_LEVELS > 3
84 #if CONFIG_PGTABLE_LEVELS > 2
A Dpage.h44 #if CONFIG_PGTABLE_LEVELS > 3
55 #if CONFIG_PGTABLE_LEVELS > 2
/linux/arch/arm64/include/asm/
A 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
A Dtlb.h82 #if CONFIG_PGTABLE_LEVELS > 2
93 #if CONFIG_PGTABLE_LEVELS > 3
A Dkernel-pgtable.h37 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS - 1)
40 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS)
A Dpgalloc.h21 #if CONFIG_PGTABLE_LEVELS > 2
42 #if CONFIG_PGTABLE_LEVELS > 3
A 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/arch/x86/entry/vdso/vdso32/
A Dvclock_gettime.c13 #undef CONFIG_PGTABLE_LEVELS
20 #define CONFIG_PGTABLE_LEVELS 2 macro
/linux/arch/parisc/include/asm/
A Dpgtable.h7 #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
330 #if CONFIG_PGTABLE_LEVELS == 3
A Dpage.h48 #if CONFIG_PGTABLE_LEVELS == 3
69 #if CONFIG_PGTABLE_LEVELS == 3
89 #if CONFIG_PGTABLE_LEVELS == 3
A Dtlb.h7 #if CONFIG_PGTABLE_LEVELS == 3
/linux/mm/
A 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/arch/x86/include/asm/
A Dpgalloc.h87 #if CONFIG_PGTABLE_LEVELS > 2
112 #if CONFIG_PGTABLE_LEVELS > 3
133 #if CONFIG_PGTABLE_LEVELS > 4
/linux/arch/x86/mm/
A 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/arch/ia64/include/asm/
A 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
A Dpage.h157 #if CONFIG_PGTABLE_LEVELS == 4
166 #if CONFIG_PGTABLE_LEVELS == 4
A Dpgalloc.h32 #if CONFIG_PGTABLE_LEVELS == 4
/linux/include/asm-generic/
A Dpgalloc.h106 #if CONFIG_PGTABLE_LEVELS > 2
148 #if CONFIG_PGTABLE_LEVELS > 3
/linux/arch/ia64/kernel/
A 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/arch/m68k/mm/
A 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/arch/riscv/mm/
A 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/arch/mips/include/asm/
A Dpgtable-64.h20 #if CONFIG_PGTABLE_LEVELS == 2
22 #elif CONFIG_PGTABLE_LEVELS == 3
/linux/mm/kasan/
A Dinit.c31 #if CONFIG_PGTABLE_LEVELS > 4
43 #if CONFIG_PGTABLE_LEVELS > 3
55 #if CONFIG_PGTABLE_LEVELS > 2
/linux/arch/m68k/include/asm/
A Dpage.h24 #if !defined(CONFIG_MMU) || CONFIG_PGTABLE_LEVELS == 3

Completed in 35 milliseconds

123