Searched refs:reason_set (Results 1 – 3 of 3) sorted by relevance
185 #define GHCB_SEV_TERM_REASON(reason_set, reason_val) \ argument187 (((((u64)reason_set) & 0xf) << 12) | \
123 #define SVM_VMGEXIT_TERM_REASON(reason_set, reason_code) \ argument125 (((((u64)reason_set) & 0xf)) | \
4245 u64 reason_set, reason_code; in sev_handle_vmgexit_msr_protocol() local4247 reason_set = get_ghcb_msr_bits(svm, in sev_handle_vmgexit_msr_protocol()4254 reason_set, reason_code); in sev_handle_vmgexit_msr_protocol()
Completed in 15 milliseconds