Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/mm/
A 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.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h468 #define X86_BUG_CPU_MELTDOWN X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel pa… macro
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dcpufeatures.h455 #define X86_BUG_CPU_MELTDOWN X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel pa… macro
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dbugs.c728 if (boot_cpu_has(X86_BUG_CPU_MELTDOWN)) in smap_works_speculatively()
2449 case X86_BUG_CPU_MELTDOWN: in cpu_show_common()
2500 return cpu_show_common(dev, attr, buf, X86_BUG_CPU_MELTDOWN); in cpu_show_meltdown()
A Dcommon.c1428 setup_force_cpu_bug(X86_BUG_CPU_MELTDOWN); in cpu_set_bug_bits()
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.c1625 if (!boot_cpu_has_bug(X86_BUG_CPU_MELTDOWN)) in kvm_get_arch_capabilities()

Completed in 54 milliseconds