Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dsvm.h138 uint32_t intercept_exceptions; member
Dmachine.c132 qemu_put_be32s(f, &env->intercept_exceptions); in cpu_save()
326 qemu_get_be32s(f, &env->intercept_exceptions); in cpu_load()
Dcpu.h634 uint32_t intercept_exceptions; member
Dop_helper.c4989 …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()
Dhelper.c1259 if (env->intercept_exceptions & (1 << EXCP0E_PAGE)) { in cpu_x86_handle_mmu_fault()