Home
last modified time | relevance | path

Searched refs:X86_BUG_MMIO_UNKNOWN (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/cpu/
Dbugs.c416 boot_cpu_has_bug(X86_BUG_MMIO_UNKNOWN) || in mmio_select_mitigation()
522 else if (boot_cpu_has_bug(X86_BUG_MMIO_UNKNOWN)) in md_clear_update_mitigation()
2577 if (boot_cpu_has_bug(X86_BUG_MMIO_UNKNOWN)) in mmio_stale_data_show_state()
2741 case X86_BUG_MMIO_UNKNOWN: in cpu_show_common()
2807 if (boot_cpu_has_bug(X86_BUG_MMIO_UNKNOWN)) in cpu_show_mmio_stale_data()
2808 return cpu_show_common(dev, attr, buf, X86_BUG_MMIO_UNKNOWN); in cpu_show_mmio_stale_data()
Dcommon.c1281 setup_force_cpu_bug(X86_BUG_MMIO_UNKNOWN); in cpu_set_bug_bits()
/arch/x86/include/asm/
Dcpufeatures.h460 #define X86_BUG_MMIO_UNKNOWN X86_BUG(26) /* CPU is too old and its MMIO Stale Data status is unkno… macro