Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h175 #define L1D_FLUSH BIT(0) /* macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h190 #define L1D_FLUSH BIT(0) /* macro
/openbmc/linux/arch/x86/mm/
H A Dtlb.c350 wrmsrl(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in l1d_flush_evaluate()
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dprocessor_mmio_stale_data.rst132 enumerate support for both L1D_FLUSH and MD_CLEAR implicitly enumerate
/openbmc/linux/arch/x86/kvm/
H A Dx86.c3693 if (!boot_cpu_has(X86_FEATURE_FLUSH_L1D) || (data & ~L1D_FLUSH)) in kvm_set_msr_common()
3698 wrmsrl(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in kvm_set_msr_common()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c6661 native_wrmsrl(MSR_IA32_FLUSH_CMD, L1D_FLUSH); in vmx_l1d_flush()