Searched refs:intercept_exceptions (Results 1 – 9 of 9) sorted by relevance
101 ctrl->intercept_exceptions = INTERCEPT_SS_GP_DF; in l1_svm_code()105 ctrl->intercept_exceptions = INTERCEPT_SS_DF; in l1_svm_code()108 ctrl->intercept_exceptions = INTERCEPT_SS; in l1_svm_code()
93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
157 uint32_t intercept_exceptions; member
1715 VMSTATE_UINT32(env.intercept_exceptions, X86CPU),
1935 uint32_t intercept_exceptions; member
252 env->intercept_exceptions = x86_ldl_phys(cs, env->vm_vmcb + in helper_vmrun()254 control.intercept_exceptions in helper_vmrun()637 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) { in cpu_svm_has_intercept()824 env->intercept_exceptions = 0; in do_vmexit()
641 if (env->intercept_exceptions & (1 << err.exception_index)) { in x86_cpu_tlb_fill()
86 u32 intercept_exceptions; member
65 intercept_exceptions=True,