Home
last modified time | relevance | path

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

/linux-6.1.9/tools/arch/x86/include/uapi/asm/
Dsvm.h80 #define SVM_EXIT_EFER_WRITE_TRAP 0x08f macro
215 { SVM_EXIT_EFER_WRITE_TRAP, "write_efer_trap" }, \
/linux-6.1.9/arch/x86/include/uapi/asm/
Dsvm.h80 #define SVM_EXIT_EFER_WRITE_TRAP 0x08f macro
221 { SVM_EXIT_EFER_WRITE_TRAP, "write_efer_trap" }, \
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c3194 [SVM_EXIT_EFER_WRITE_TRAP] = efer_trap,