Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpti.c63 if (boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_insecure()
69 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_print_if_secure()
119 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in pti_check_boottime_disable()
/arch/x86/include/asm/
Dcpufeatures.h412 #define X86_BUG_CPU_MELTDOWN X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel pa… macro
/arch/x86/kernel/cpu/
Dbugs.c778 if (boot_cpu_has(X86_BUG_CPU_MELTDOWN)) in smap_works_speculatively()
2325 case X86_BUG_CPU_MELTDOWN: in cpu_show_common()
2379 return cpu_show_common(dev, attr, buf, X86_BUG_CPU_MELTDOWN); in cpu_show_meltdown()
Dcommon.c1311 setup_force_cpu_bug(X86_BUG_CPU_MELTDOWN); in cpu_set_bug_bits()
/arch/x86/kvm/
Dx86.c1377 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in kvm_get_arch_capabilities()