Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dsvm.h943 int sev_handle_vmgexit(struct kvm_vcpu *vcpu);
H A Dsvm.c3360 [SVM_EXIT_VMGEXIT] = sev_handle_vmgexit,
3603 return sev_handle_vmgexit(vcpu); in svm_invoke_exit_handler()
H A Dsev.c4468 int sev_handle_vmgexit(struct kvm_vcpu *vcpu) in sev_handle_vmgexit() function