Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h52 #define SVM_EXIT_RSM 0x073 macro
160 { SVM_EXIT_RSM, "rsm" }, \
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h52 #define SVM_EXIT_RSM 0x073 macro
160 { SVM_EXIT_RSM, "rsm" }, \
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c2939 [SVM_EXIT_RSM] = rsm_interception,
3839 [x86_intercept_rsm] = PRE_EX(SVM_EXIT_RSM),