Home
last modified time | relevance | path

Searched defs:x86_arch_cap_msr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dcommon.c1287 u64 x86_arch_cap_msr = 0; in x86_read_arch_cap_msr() local
1295 static bool arch_cap_mmio_immune(u64 x86_arch_cap_msr) in arch_cap_mmio_immune()
1302 static bool __init vulnerable_to_rfds(u64 x86_arch_cap_msr) in vulnerable_to_rfds()
1322 u64 x86_arch_cap_msr = x86_read_arch_cap_msr(); in cpu_set_bug_bits() local
H A Dbugs.c64 static u64 __ro_after_init x86_arch_cap_msr; variable