Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dsvm.c611 static inline void clr_intercept(struct vcpu_svm *svm, int bit) in clr_intercept() function
1588 clr_intercept(svm, INTERCEPT_INVLPG); in init_vmcb()
1607 clr_intercept(svm, INTERCEPT_PAUSE); in init_vmcb()
1618 clr_intercept(svm, INTERCEPT_VMLOAD); in init_vmcb()
1619 clr_intercept(svm, INTERCEPT_VMSAVE); in init_vmcb()
1624 clr_intercept(svm, INTERCEPT_STGI); in init_vmcb()
1625 clr_intercept(svm, INTERCEPT_CLGI); in init_vmcb()
2325 clr_intercept(svm, INTERCEPT_VINTR); in svm_clear_vintr()
3509 clr_intercept(svm, INTERCEPT_VMMCALL); in enter_svm_guest_mode()
3707 clr_intercept(svm, INTERCEPT_STGI); in stgi_interception()
[all …]