Home
last modified time | relevance | path

Searched refs:X86_BUG_ITLB_MULTIHIT (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeatures.h446 #define X86_BUG_ITLB_MULTIHIT X86_BUG(23) /* CPU may incur MCE during certain page attribute changes */ macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcpufeatures.h434 #define X86_BUG_ITLB_MULTIHIT X86_BUG(23) /* CPU may incur MCE during certain page attribute changes */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h489 #define X86_BUG_ITLB_MULTIHIT X86_BUG(23) /* CPU may incur MCE during certain page attribute changes */ macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h480 #define X86_BUG_ITLB_MULTIHIT X86_BUG(23) /* CPU may incur MCE during certain page attribute changes */ macro
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dbugs.c2739 case X86_BUG_ITLB_MULTIHIT: in cpu_show_common()
2805 return cpu_show_common(dev, attr, buf, X86_BUG_ITLB_MULTIHIT); in cpu_show_itlb_multihit()
H A Dcommon.c1236 setup_force_cpu_bug(X86_BUG_ITLB_MULTIHIT); in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dbugs.c2830 case X86_BUG_ITLB_MULTIHIT: in cpu_show_common()
2896 return cpu_show_common(dev, attr, buf, X86_BUG_ITLB_MULTIHIT); in cpu_show_itlb_multihit()
H A Dcommon.c1371 setup_force_cpu_bug(X86_BUG_ITLB_MULTIHIT); in cpu_set_bug_bits()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c5842 return boot_cpu_has_bug(X86_BUG_ITLB_MULTIHIT) && !cpu_mitigations_off(); in get_nx_auto_mode()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c6811 return boot_cpu_has_bug(X86_BUG_ITLB_MULTIHIT) && !cpu_mitigations_off(); in get_nx_auto_mode()

Completed in 36 milliseconds