Searched refs:X86_FEATURE_PTI (Results 1 – 16 of 16) sorted by relevance
/arch/x86/kernel/ |
D | ldt.c | 64 if (static_cpu_has(X86_FEATURE_PTI)) { in load_mm_ldt() 200 if (boot_cpu_has(X86_FEATURE_PTI)) in do_sanity_check() 208 if (boot_cpu_has(X86_FEATURE_PTI)) in do_sanity_check() 243 if (boot_cpu_has(X86_FEATURE_PTI) && !mm->context.ldt) in map_ldt_struct_to_user() 268 if (boot_cpu_has(X86_FEATURE_PTI) && !mm->context.ldt) in map_ldt_struct_to_user() 295 if (!boot_cpu_has(X86_FEATURE_PTI)) in map_ldt_struct() 358 if (!boot_cpu_has(X86_FEATURE_PTI)) in unmap_ldt_struct() 400 if (!boot_cpu_has(X86_FEATURE_PTI)) in free_ldt_pgtables()
|
D | dumpstack.c | 414 (boot_cpu_has(X86_FEATURE_PTI) ? " PTI" : " NOPTI") : ""); in __die_header()
|
/arch/x86/include/asm/ |
D | sync_core.h | 99 if (static_cpu_has(X86_FEATURE_PTI)) in sync_core_before_usermode()
|
D | pgtable-3level_types.h | 30 #define SHARED_KERNEL_PMD (!static_cpu_has(X86_FEATURE_PTI))
|
D | disabled-features.h | 50 # define DISABLE_PTI (1 << (X86_FEATURE_PTI & 31))
|
D | cpufeatures.h | 204 #define X86_FEATURE_PTI ( 7*32+11) /* Kernel Page Table Isolation enabled */ macro
|
D | pgtable.h | 905 if (!static_cpu_has(X86_FEATURE_PTI)) in pti_set_user_pgtbl() 1471 if (!static_cpu_has(X86_FEATURE_PTI)) in clone_pgd_range()
|
/arch/x86/entry/ |
D | calling.h | 168 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 179 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 219 ALTERNATIVE "jmp .Ldone_\@", "", X86_FEATURE_PTI 237 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI
|
D | entry_32.S | 58 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 68 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 89 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 290 ALTERNATIVE "jmp .Lswitched_\@", "", X86_FEATURE_PTI
|
/arch/x86/mm/ |
D | pti.c | 121 setup_force_cpu_cap(X86_FEATURE_PTI); in pti_check_boottime_disable() 610 if (!boot_cpu_has(X86_FEATURE_PTI)) in pti_init() 656 if (!boot_cpu_has(X86_FEATURE_PTI)) in pti_finalize()
|
D | tlb.c | 198 if (!static_cpu_has(X86_FEATURE_PTI)) { in clear_asid_other() 275 if (!static_cpu_has(X86_FEATURE_PTI)) in invalidate_user_asid() 1128 if (!static_cpu_has(X86_FEATURE_PTI)) in flush_tlb_one_kernel() 1152 if (!static_cpu_has(X86_FEATURE_PTI)) in native_flush_tlb_one_user()
|
D | dump_pagetables.c | 412 if (user && boot_cpu_has(X86_FEATURE_PTI)) in ptdump_walk_pgd_level_debugfs() 425 !boot_cpu_has(X86_FEATURE_PTI)) in ptdump_walk_user_pgd_level_checkwx()
|
D | pgtable.c | 184 #define PREALLOCATED_USER_PMDS (boot_cpu_has(X86_FEATURE_PTI) ? \ 295 if (!boot_cpu_has(X86_FEATURE_PTI)) in pgd_mop_up_pmds()
|
D | init.c | 258 if (cpu_feature_enabled(X86_FEATURE_PTI)) in probe_page_size_mask() 969 if (IS_ENABLED(CONFIG_X86_64) && cpu_feature_enabled(X86_FEATURE_PTI)) in free_kernel_image_pages()
|
/arch/x86/events/intel/ |
D | bts.c | 593 if (boot_cpu_has(X86_FEATURE_PTI)) { in bts_init()
|
/arch/x86/kernel/cpu/ |
D | bugs.c | 933 !boot_cpu_has(X86_FEATURE_PTI)) in spectre_v1_select_mitigation() 2889 if (boot_cpu_has(X86_FEATURE_PTI)) in cpu_show_common()
|