Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/uapi/asm/
H A Dsvm.h113 #define SVM_VMGEXIT_GUEST_REQUEST 0x80000011 macro
239 { SVM_VMGEXIT_GUEST_REQUEST, "vmgexit_guest_request" }, \
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dsvm.h113 #define SVM_VMGEXIT_GUEST_REQUEST 0x80000011 macro
239 { SVM_VMGEXIT_GUEST_REQUEST, "vmgexit_guest_request" }, \
/linux-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c102 req.exit_code = SVM_VMGEXIT_GUEST_REQUEST; in get_report()
153 req.exit_code = SVM_VMGEXIT_GUEST_REQUEST; in get_derived_key()
/linux-6.15/arch/x86/coco/sev/
H A Dcore.c3128 req->exit_code = SVM_VMGEXIT_GUEST_REQUEST; in __handle_guest_request()
3295 req->exit_code = SVM_VMGEXIT_GUEST_REQUEST; in snp_get_tsc_info()
/linux-6.15/arch/x86/kvm/svm/
H A Dsev.c3391 case SVM_VMGEXIT_GUEST_REQUEST: in sev_es_validate_vmgexit()
4372 case SVM_VMGEXIT_GUEST_REQUEST: in sev_handle_vmgexit()