Home
last modified time | relevance | path

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

/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()
/arch/x86/include/asm/
Dcpufeatures.h496 #define X86_BUG_CPU_MELTDOWN X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel pa… macro
/arch/x86/kernel/cpu/
Dbugs.c896 if (boot_cpu_has(X86_BUG_CPU_MELTDOWN)) in smap_works_speculatively()
2888 case X86_BUG_CPU_MELTDOWN: in cpu_show_common()
2948 return cpu_show_common(dev, attr, buf, X86_BUG_CPU_MELTDOWN); in cpu_show_meltdown()
Dcommon.c1493 setup_force_cpu_bug(X86_BUG_CPU_MELTDOWN); in cpu_set_bug_bits()
/arch/x86/kvm/
Dx86.c1650 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in kvm_get_arch_capabilities()