Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h49 #define SVM_EXIT_PUSHF 0x070 macro
193 { SVM_EXIT_PUSHF, "pushf" }, \
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h49 #define SVM_EXIT_PUSHF 0x070 macro
193 { SVM_EXIT_PUSHF, "pushf" }, \
/linux/arch/x86/kvm/svm/
H A Dsvm.c4533 [x86_intercept_pushf] = PRE_EX(SVM_EXIT_PUSHF),