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

/external/qemu/target-i386/
H A Dmachine.c132 qemu_put_be32s(f, &env->intercept_exceptions);
326 qemu_get_be32s(f, &env->intercept_exceptions);
H A Dsvm.h138 uint32_t intercept_exceptions; member in struct:vmcb_control_area
H A Dcpu.h634 uint32_t intercept_exceptions; member in struct:CPUX86State
H A Dhelper.c1259 if (env->intercept_exceptions & (1 << EXCP0E_PAGE)) {
H A Dop_helper.c4989 env->intercept_exceptions = ldl_phys(env->vm_vmcb + offsetof(struct vmcb, control.intercept_exceptions));
5243 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) {
5359 env->intercept_exceptions = 0;

Completed in 47 milliseconds