Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dsev-common.h67 #define GHCB_SEV_TERM_REASON(reason_set, reason_val) \ argument
68 (((((u64)reason_set) & GHCB_MSR_TERM_REASON_SET_MASK) << GHCB_MSR_TERM_REASON_SET_POS) | \
/linux/arch/x86/kvm/svm/
A Dsev.c2701 u64 reason_set, reason_code; in sev_handle_vmgexit_msr_protocol() local
2703 reason_set = get_ghcb_msr_bits(svm, in sev_handle_vmgexit_msr_protocol()
2710 reason_set, reason_code); in sev_handle_vmgexit_msr_protocol()

Completed in 11 milliseconds