Searched refs:intercept_exceptions (Results 1 – 5 of 5) sorted by relevance
138 uint32_t intercept_exceptions; member
132 qemu_put_be32s(f, &env->intercept_exceptions); in cpu_save()326 qemu_get_be32s(f, &env->intercept_exceptions); in cpu_load()
634 uint32_t intercept_exceptions; member
4989 …env->intercept_exceptions = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_except… in helper_vmrun()5243 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) { in helper_svm_check_intercept_param()5359 env->intercept_exceptions = 0; in helper_vmexit()
1259 if (env->intercept_exceptions & (1 << EXCP0E_PAGE)) { in cpu_x86_handle_mmu_fault()