Home
last modified time | relevance | path

Searched refs:SVM_EXIT_PUSHF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h49 #define SVM_EXIT_PUSHF 0x070 macro
192 { SVM_EXIT_PUSHF, "pushf" }, \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h49 #define SVM_EXIT_PUSHF 0x070 macro
192 { SVM_EXIT_PUSHF, "pushf" }, \
/openbmc/qemu/target/i386/
H A Dsvm.h106 #define SVM_EXIT_PUSHF 0x070 macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c4451 [x86_intercept_pushf] = PRE_EX(SVM_EXIT_PUSHF),