Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/svm/
Dsvm_onhyperv.h52 if (ms_hyperv.nested_features & HV_X64_NESTED_DIRECT_FLUSH) { in svm_hv_hardware_setup()
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dhyperv_svm_test.c160 TEST_REQUIRE(kvm_hv_cpu_has(HV_X64_NESTED_DIRECT_FLUSH)); in main()
Dhyperv_evmcs.c245 TEST_REQUIRE(kvm_hv_cpu_has(HV_X64_NESTED_DIRECT_FLUSH)); in main()
/linux-6.12.1/arch/x86/kvm/
Dhyperv.h223 (hv_vcpu->cpuid_cache.nested_eax & HV_X64_NESTED_DIRECT_FLUSH); in guest_hv_cpuid_has_l2_tlb_flush()
Dhyperv.c2884 ent->eax |= HV_X64_NESTED_DIRECT_FLUSH; in kvm_get_hv_cpuid()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h190 #define HV_X64_NESTED_DIRECT_FLUSH \ macro
/linux-6.12.1/arch/x86/include/asm/
Dhyperv-tlfs.h145 #define HV_X64_NESTED_DIRECT_FLUSH BIT(17) macro
/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c582 if (ms_hyperv.nested_features & HV_X64_NESTED_DIRECT_FLUSH) in hv_init_evmcs()