Searched refs:SVM_VMGEXIT_GUEST_REQUEST (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 112 #define SVM_VMGEXIT_GUEST_REQUEST 0x80000011 macro 236 { SVM_VMGEXIT_GUEST_REQUEST, "vmgexit_guest_request" }, \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 112 #define SVM_VMGEXIT_GUEST_REQUEST 0x80000011 macro 236 { SVM_VMGEXIT_GUEST_REQUEST, "vmgexit_guest_request" }, \
|
/openbmc/linux/drivers/virt/coco/sev-guest/ |
H A D | sev-guest.c | 366 exit_code = SVM_VMGEXIT_GUEST_REQUEST; in __handle_guest_request() 503 rc = handle_guest_request(snp_dev, SVM_VMGEXIT_GUEST_REQUEST, arg, in get_report() 543 rc = handle_guest_request(snp_dev, SVM_VMGEXIT_GUEST_REQUEST, arg, in get_derived_key()
|