Home
last modified time | relevance | path

Searched refs:FB_CLEAR_DIS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dprocessor_mmio_stale_data.rst135 IA32_MCU_OPT_CTRL[FB_CLEAR_DIS]. On such processors, the FB_CLEAR_DIS
142 Bit 3 - FB_CLEAR_DIS - When set, VERW instruction does not perform the FB_CLEAR
146 FB_CLEAR_DIS has no impact on enumeration (for example, it does not change
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h190 #define FB_CLEAR_DIS BIT(3) /* CPU Fill buffer clear disable */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h205 #define FB_CLEAR_DIS BIT(3) /* CPU Fill buffer clear disable */ macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c373 msr |= FB_CLEAR_DIS; in vmx_disable_fb_clear()
384 vmx->msr_ia32_mcu_opt_ctrl &= ~FB_CLEAR_DIS; in vmx_enable_fb_clear()