Home
last modified time | relevance | path

Searched refs:X86_BUG_CPU_MELTDOWN (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/arch/x86/mm/
Dpti.c62 if (boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_insecure()
68 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_secure()
118 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_check_boottime_disable()
/linux-6.6.21/tools/arch/x86/include/asm/
Dcpufeatures.h471 #define X86_BUG_CPU_MELTDOWN X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel pa… macro
/linux-6.6.21/arch/x86/include/asm/
Dcpufeatures.h480 #define X86_BUG_CPU_MELTDOWN X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel pa… macro
/linux-6.6.21/arch/x86/kernel/cpu/
Dbugs.c833 if (boot_cpu_has(X86_BUG_CPU_MELTDOWN)) in smap_works_speculatively()
2727 case X86_BUG_CPU_MELTDOWN: in cpu_show_common()
2784 return cpu_show_common(dev, attr, buf, X86_BUG_CPU_MELTDOWN); in cpu_show_meltdown()
Dcommon.c1453 setup_force_cpu_bug(X86_BUG_CPU_MELTDOWN); in cpu_set_bug_bits()
/linux-6.6.21/arch/x86/kvm/
Dx86.c1649 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in kvm_get_arch_capabilities()