Home
last modified time | relevance | path

Searched refs:SVM_EVTINJ_VALID_ERR (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/i386/
H A Dsvm.h53 #define SVM_EVTINJ_VALID_ERR (1 << 11) macro
63 #define SVM_EXITINTINFO_VALID_ERR SVM_EVTINJ_VALID_ERR
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h305 #define SVM_EVTINJ_VALID_ERR (1 << 11) macro
316 #define SVM_EXITINTINFO_VALID_ERR SVM_EVTINJ_VALID_ERR
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h609 #define SVM_EVTINJ_VALID_ERR (1 << 11) macro
620 #define SVM_EXITINTINFO_VALID_ERR SVM_EVTINJ_VALID_ERR
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c102 event_inj |= SVM_EVTINJ_VALID_ERR; in handle_even_inj()
H A Dsvm_helper.c418 uint16_t valid_err = event_inj & SVM_EVTINJ_VALID_ERR; in helper_vmrun()
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c216 if (info & SVM_EVTINJ_VALID_ERR) in verify_exception_info()
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c456 exit_int_info |= SVM_EVTINJ_VALID_ERR; in nested_save_pending_event_to_vmcb12()
H A Dsvm.c481 | (ex->has_error_code ? SVM_EVTINJ_VALID_ERR : 0) in svm_inject_exception()