Home
last modified time | relevance | path

Searched refs:HV_X64_NESTED_DIRECT_FLUSH (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm_onhyperv.h52 if (ms_hyperv.nested_features & HV_X64_NESTED_DIRECT_FLUSH) { in svm_hv_hardware_setup()
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.h208 (hv_vcpu->cpuid_cache.nested_eax & HV_X64_NESTED_DIRECT_FLUSH); in guest_hv_cpuid_has_l2_tlb_flush()
H A Dhyperv.c2833 ent->eax |= HV_X64_NESTED_DIRECT_FLUSH; in kvm_get_hv_cpuid()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h145 #define HV_X64_NESTED_DIRECT_FLUSH BIT(17) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c589 if (ms_hyperv.nested_features & HV_X64_NESTED_DIRECT_FLUSH) in hv_init_evmcs()