Home
last modified time | relevance | path

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

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