Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h36 #define SVM_EXIT_INIT 0x063 macro
179 { SVM_EXIT_INIT, "init" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h36 #define SVM_EXIT_INIT 0x063 macro
179 { SVM_EXIT_INIT, "init" }, \
/openbmc/qemu/target/i386/
H A Dsvm.h93 #define SVM_EXIT_INIT 0x063 macro
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c843 cpu_svm_check_intercept_param(env, SVM_EXIT_INIT, 0, 0); in cpu_handle_interrupt()
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c1444 nested_svm_simple_vmexit(svm, SVM_EXIT_INIT); in svm_check_nested_events()