Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arm64/include/asm/
Dpgtable-types.h37 #if CONFIG_PGTABLE_LEVELS > 2
43 #if CONFIG_PGTABLE_LEVELS > 3
57 #if CONFIG_PGTABLE_LEVELS == 2
60 #elif CONFIG_PGTABLE_LEVELS == 3
63 #elif CONFIG_PGTABLE_LEVELS == 4
Dtlb.h67 #if CONFIG_PGTABLE_LEVELS > 2
76 #if CONFIG_PGTABLE_LEVELS > 3
Dkernel-pgtable.h48 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS - 1)
51 #define SWAPPER_PGTABLE_LEVELS (CONFIG_PGTABLE_LEVELS)
Dpgalloc.h32 #if CONFIG_PGTABLE_LEVELS > 2
61 #if CONFIG_PGTABLE_LEVELS > 3
Dpgtable-hwdef.h59 #if CONFIG_PGTABLE_LEVELS > 2
69 #if CONFIG_PGTABLE_LEVELS > 3
80 #define PGDIR_SHIFT ARM64_HW_PGTABLE_LEVEL_SHIFT(4 - CONFIG_PGTABLE_LEVELS)
Dstage2_pgtable.h52 #if STAGE2_PGTABLE_LEVELS > CONFIG_PGTABLE_LEVELS
Dmmu_context.h84 return ARM64_HW_PGTABLE_LEVELS(64 - idmap_t0sz) > CONFIG_PGTABLE_LEVELS; in __cpu_uses_extended_idmap_level()
/Linux-v4.19/arch/parisc/include/asm/
Dpgalloc.h30 #if CONFIG_PGTABLE_LEVELS == 3 in pgd_alloc()
49 #if CONFIG_PGTABLE_LEVELS == 3 in pgd_free()
55 #if CONFIG_PGTABLE_LEVELS == 3
106 #if CONFIG_PGTABLE_LEVELS == 3 in pmd_populate_kernel()
Dpgtable.h94 #if CONFIG_PGTABLE_LEVELS == 3
117 #if CONFIG_PGTABLE_LEVELS == 3
302 #if CONFIG_PGTABLE_LEVELS == 3
312 #if CONFIG_PGTABLE_LEVELS == 3 in pmd_clear()
324 #if CONFIG_PGTABLE_LEVELS == 3
334 #if CONFIG_PGTABLE_LEVELS == 3 in pgd_clear()
431 #if CONFIG_PGTABLE_LEVELS == 3
/Linux-v4.19/arch/x86/entry/vdso/vdso32/
Dvclock_gettime.c16 #undef CONFIG_PGTABLE_LEVELS
22 #define CONFIG_PGTABLE_LEVELS 2 macro
/Linux-v4.19/arch/x86/include/asm/
Dpgalloc.h94 #if CONFIG_PGTABLE_LEVELS > 2
137 #if CONFIG_PGTABLE_LEVELS > 3
167 #if CONFIG_PGTABLE_LEVELS > 4
Dpgtable_types.h308 #if CONFIG_PGTABLE_LEVELS > 4
334 #if CONFIG_PGTABLE_LEVELS > 3
360 #if CONFIG_PGTABLE_LEVELS > 2
Dparavirt_types.h262 #if CONFIG_PGTABLE_LEVELS >= 3
276 #if CONFIG_PGTABLE_LEVELS >= 4
282 #if CONFIG_PGTABLE_LEVELS >= 5
Dpgtable_64.h44 #if CONFIG_PGTABLE_LEVELS >= 5
/Linux-v4.19/arch/ia64/include/asm/
Dpgtable.h103 #if CONFIG_PGTABLE_LEVELS == 4
121 #if CONFIG_PGTABLE_LEVELS == 4
184 #if CONFIG_PGTABLE_LEVELS == 4
285 #if CONFIG_PGTABLE_LEVELS == 4
388 #if CONFIG_PGTABLE_LEVELS == 4
590 #if CONFIG_PGTABLE_LEVELS == 3
Dpage.h178 #if CONFIG_PGTABLE_LEVELS == 4
187 #if CONFIG_PGTABLE_LEVELS == 4
Dpgalloc.h36 #if CONFIG_PGTABLE_LEVELS == 4
/Linux-v4.19/arch/x86/mm/
Dpgtable.c69 #if CONFIG_PGTABLE_LEVELS > 2
85 #if CONFIG_PGTABLE_LEVELS > 3
92 #if CONFIG_PGTABLE_LEVELS > 4
137 if (CONFIG_PGTABLE_LEVELS == 2 || in pgd_ctor()
138 (CONFIG_PGTABLE_LEVELS == 3 && SHARED_KERNEL_PMD) || in pgd_ctor()
139 CONFIG_PGTABLE_LEVELS >= 4) { in pgd_ctor()
/Linux-v4.19/arch/ia64/kernel/
Dmachine_kexec.c159 #if CONFIG_PGTABLE_LEVELS == 3 in arch_crash_save_vmcoreinfo()
161 #elif CONFIG_PGTABLE_LEVELS == 4 in arch_crash_save_vmcoreinfo()
Divt.S152 #if CONFIG_PGTABLE_LEVELS == 4
161 #if CONFIG_PGTABLE_LEVELS == 4
228 #if CONFIG_PGTABLE_LEVELS == 4
234 #if CONFIG_PGTABLE_LEVELS == 4
482 #if CONFIG_PGTABLE_LEVELS == 4
493 #if CONFIG_PGTABLE_LEVELS == 4
/Linux-v4.19/arch/x86/kernel/
Dparavirt.c434 #if CONFIG_PGTABLE_LEVELS >= 3
445 #if CONFIG_PGTABLE_LEVELS >= 4
451 #if CONFIG_PGTABLE_LEVELS >= 5
/Linux-v4.19/mm/kasan/
Dkasan_init.c36 #if CONFIG_PGTABLE_LEVELS > 4
48 #if CONFIG_PGTABLE_LEVELS > 3
60 #if CONFIG_PGTABLE_LEVELS > 2
/Linux-v4.19/arch/parisc/kernel/
Dhead.S77 #if CONFIG_PGTABLE_LEVELS == 3
100 #if CONFIG_PGTABLE_LEVELS == 3
/Linux-v4.19/arch/arm64/mm/
Ddump.c176 .name = (CONFIG_PGTABLE_LEVELS > 3) ? "PUD" : "PGD",
180 .name = (CONFIG_PGTABLE_LEVELS > 2) ? "PMD" : "PGD",
Dproc.S301 .if CONFIG_PGTABLE_LEVELS > 3
322 .if CONFIG_PGTABLE_LEVELS > 2

12