Home
last modified time | relevance | path

Searched refs:nested_flush_hypercall (Results 1 – 10 of 10) sorted by relevance

/linux-6.14.4/arch/x86/kvm/svm/
Dsvm_onhyperv.c30 if (!hve->hv_enlightenments_control.nested_flush_hypercall) { in svm_hv_enable_l2_tlb_flush()
31 hve->hv_enlightenments_control.nested_flush_hypercall = 1; in svm_hv_enable_l2_tlb_flush()
Dhyperv.h38 if (!hve->hv_enlightenments_control.nested_flush_hypercall) in nested_svm_l2_tlb_flush_enabled()
/linux-6.14.4/include/hyperv/
Dhvgdk.h204 u32 nested_flush_hypercall:1; member
267 u32 nested_flush_hypercall : 1; member
/linux-6.14.4/arch/x86/kvm/vmx/
Dvmx_onhyperv.h115 if (current_evmcs->hv_enlightenments_control.nested_flush_hypercall) in evmcs_load()
Dhyperv.c221 if (!evmcs->hv_enlightenments_control.nested_flush_hypercall) in nested_evmcs_l2_tlb_flush_enabled()
Dvmx.c548 evmcs->hv_enlightenments_control.nested_flush_hypercall = 1; in hv_enable_l2_tlb_flush()
/linux-6.14.4/tools/testing/selftests/kvm/x86/
Dhyperv_svm_test.c89 hve->hv_enlightenments_control.nested_flush_hypercall = 1; in guest_code()
Dhyperv_evmcs.c118 current_evmcs->hv_enlightenments_control.nested_flush_hypercall = 1; in guest_code()
/linux-6.14.4/tools/testing/selftests/kvm/include/x86/
Dsvm.h57 u32 nested_flush_hypercall:1; member
Devmcs.h192 u32 nested_flush_hypercall:1; member