Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h70 #define SVM_EXIT_CLGI 0x085 macro
178 { SVM_EXIT_CLGI, "clgi" }, \
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h70 #define SVM_EXIT_CLGI 0x085 macro
178 { SVM_EXIT_CLGI, "clgi" }, \
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c2930 [SVM_EXIT_CLGI] = clgi_interception,
3825 [x86_intercept_clgi] = POST_EX(SVM_EXIT_CLGI),