Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A 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()
/linux/tools/testing/selftests/kvm/x86/
H A Dhyperv_svm_test.c89 hve->hv_enlightenments_control.nested_flush_hypercall = 1; in guest_code()
H A Dhyperv_evmcs.c118 current_evmcs->hv_enlightenments_control.nested_flush_hypercall = 1; in guest_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h192 u32 nested_flush_hypercall:1; member