Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h76 #define ARCH_CAP_SKIP_VMENTRY_L1DFLUSH BIT(3) /* Skip L1D flush on vmentry */ macro
/arch/x86/kvm/
Dx86.c1096 data |= ARCH_CAP_SKIP_VMENTRY_L1DFLUSH; in kvm_get_arch_capabilities()
Dvmx.c231 if (msr & ARCH_CAP_SKIP_VMENTRY_L1DFLUSH) { in vmx_setup_l1d_flush()