Searched refs:intercept_exceptions (Results 1 – 6 of 6) sorted by relevance
157 uint32_t intercept_exceptions; member
1714 VMSTATE_UINT32(env.intercept_exceptions, X86CPU),
2034 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()
645 if (env->intercept_exceptions & (1 << err.exception_index)) { in x86_cpu_tlb_fill()
65 intercept_exceptions=True,