Searched refs:intercept_exceptions (Results 1 – 2 of 2) sorted by relevance
58 u32 intercept_exceptions; member
504 control->intercept_exceptions = (1 << PF_VECTOR) | in init_vmcb()582 control->intercept_exceptions &= ~(1 << PF_VECTOR); in init_vmcb()845 svm->vmcb->control.intercept_exceptions &= ~(1 << NM_VECTOR); in svm_set_cr0()852 svm->vmcb->control.intercept_exceptions |= (1 << NM_VECTOR); in svm_set_cr0()1046 svm->vmcb->control.intercept_exceptions &= ~(1 << NM_VECTOR); in nm_interception()1871 svm->vmcb->control.intercept_exceptions |= (1 << NM_VECTOR);