Searched refs:clr_intercept (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ | 
| D | svm.c | 614 static inline void clr_intercept(struct vcpu_svm *svm, int bit)  in clr_intercept()  function1602 		clr_intercept(svm, INTERCEPT_INVLPG);  in init_vmcb()
 1621 		clr_intercept(svm, INTERCEPT_PAUSE);  in init_vmcb()
 1632 		clr_intercept(svm, INTERCEPT_VMLOAD);  in init_vmcb()
 1633 		clr_intercept(svm, INTERCEPT_VMSAVE);  in init_vmcb()
 1638 		clr_intercept(svm, INTERCEPT_STGI);  in init_vmcb()
 1639 		clr_intercept(svm, INTERCEPT_CLGI);  in init_vmcb()
 2384 	clr_intercept(svm, INTERCEPT_VINTR);  in svm_clear_vintr()
 3564 	clr_intercept(svm, INTERCEPT_VMMCALL);  in enter_svm_guest_mode()
 3773 		clr_intercept(svm, INTERCEPT_STGI);  in stgi_interception()
 [all …]
 
 |