Home
last modified time | relevance | path

Searched refs:SVM_EXIT_STGI (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h69 #define SVM_EXIT_STGI 0x084 macro
212 { SVM_EXIT_STGI, "stgi" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h69 #define SVM_EXIT_STGI 0x084 macro
212 { SVM_EXIT_STGI, "stgi" }, \
/openbmc/qemu/target/i386/
H A Dsvm.h126 #define SVM_EXIT_STGI 0x084 macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c580 cpu_svm_check_intercept_param(env, SVM_EXIT_STGI, 0, GETPC()); in helper_stgi()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c3316 [SVM_EXIT_STGI] = stgi_interception,
4422 [x86_intercept_stgi] = POST_EX(SVM_EXIT_STGI),