Home
last modified time | relevance | path

Searched refs:SVM_EXIT_VMSAVE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/uapi/asm/
Dsvm.h64 #define SVM_EXIT_VMSAVE 0x083 macro
122 { SVM_EXIT_VMSAVE, "vmsave" }, \
/linux-4.1.27/arch/x86/kvm/
Dsvm.c3385 [SVM_EXIT_VMSAVE] = vmsave_interception,
4181 [x86_intercept_vmsave] = POST_EX(SVM_EXIT_VMSAVE),