Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h114 #define SVM_VMGEXIT_GUEST_REQUEST 0x80000011 macro
241 { SVM_VMGEXIT_GUEST_REQUEST, "vmgexit_guest_request" }, \
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h114 #define SVM_VMGEXIT_GUEST_REQUEST 0x80000011 macro
241 { SVM_VMGEXIT_GUEST_REQUEST, "vmgexit_guest_request" }, \
/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c102 req.exit_code = SVM_VMGEXIT_GUEST_REQUEST; in get_report()
154 req.exit_code = SVM_VMGEXIT_GUEST_REQUEST; in get_derived_key()
/linux/arch/x86/coco/sev/
H A Dcore.c1981 req->exit_code = SVM_VMGEXIT_GUEST_REQUEST; in __handle_guest_request()
2147 req.exit_code = SVM_VMGEXIT_GUEST_REQUEST; in snp_get_tsc_info()
/linux/arch/x86/kvm/svm/
H A Dsev.c3415 case SVM_VMGEXIT_GUEST_REQUEST: in sev_es_validate_vmgexit()
4403 case SVM_VMGEXIT_GUEST_REQUEST: in sev_handle_vmgexit()