Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/uapi/asm/
H A Dsvm.h80 #define SVM_EXIT_EFER_WRITE_TRAP 0x08f macro
223 { SVM_EXIT_EFER_WRITE_TRAP, "write_efer_trap" }, \
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dsvm.h80 #define SVM_EXIT_EFER_WRITE_TRAP 0x08f macro
223 { SVM_EXIT_EFER_WRITE_TRAP, "write_efer_trap" }, \
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c3439 [SVM_EXIT_EFER_WRITE_TRAP] = efer_trap,