Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dsev-common.h185 #define GHCB_SEV_TERM_REASON(reason_set, reason_val) \ argument
187 (((((u64)reason_set) & 0xf) << 12) | \
/arch/x86/include/uapi/asm/
A Dsvm.h123 #define SVM_VMGEXIT_TERM_REASON(reason_set, reason_code) \ argument
125 (((((u64)reason_set) & 0xf)) | \
/arch/x86/kvm/svm/
A Dsev.c4245 u64 reason_set, reason_code; in sev_handle_vmgexit_msr_protocol() local
4247 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