Searched refs:X86_FEATURE_PTI (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/entry/ |
| H A D | calling.h | 174 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 217 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 223 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI 231 ALTERNATIVE "jmp .Ldone_\@", "", X86_FEATURE_PTI 250 ALTERNATIVE "jmp .Lend_\@", "", X86_FEATURE_PTI
|
| H A D | entry_64.S | 566 ALTERNATIVE "", "jmp .Lpti_restore_regs_and_return_to_usermode", X86_FEATURE_PTI
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 41 if (cpu_feature_enabled(X86_FEATURE_PTI)) in pgd_allocation_order()
|
| /linux/arch/x86/mm/ |
| H A D | init.c | 250 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()
|
| /linux/tools/arch/x86/include/asm/ |
| H A D | cpufeatures.h | 195 #define X86_FEATURE_PTI ( 7*32+11) /* "pti" Kernel Page Table Isolation enabled */ macro
|
| /linux/arch/x86/events/intel/ |
| H A D | bts.c | 610 if (boot_cpu_has(X86_FEATURE_PTI)) { in bts_init()
|
| /linux/Documentation/arch/x86/ |
| H A D | cpuinfo.rst | 124 Isolation is purely software feature and its feature flag X86_FEATURE_PTI is
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | bugs.c | 1091 !boot_cpu_has(X86_FEATURE_PTI)) in spectre_v1_apply_mitigation() 3615 if (boot_cpu_has(X86_FEATURE_PTI)) in cpu_show_common()
|