Home
last modified time | relevance | path

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

/linux/arch/x86/include/uapi/asm/
H A Dsvm.h67 #define SVM_EXIT_VMLOAD 0x082 macro
211 { SVM_EXIT_VMLOAD, "vmload" }, \
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h67 #define SVM_EXIT_VMLOAD 0x082 macro
211 { SVM_EXIT_VMLOAD, "vmload" }, \
/linux/arch/x86/kvm/svm/
H A Dsvm.c2356 [SVM_INSTR_VMLOAD] = SVM_EXIT_VMLOAD, in emulate_svm_instr()
3350 [SVM_EXIT_VMLOAD] = vmload_interception,
4514 [x86_intercept_vmload] = POST_EX(SVM_EXIT_VMLOAD),