Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dexcp_helper.c50 int first_contributory = env->old_exception == 0 || in check_exception()
51 (env->old_exception >= 10 && in check_exception()
52 env->old_exception <= 13); in check_exception()
57 env->old_exception, intno); in check_exception()
60 if (env->old_exception == EXCP08_DBLE) { in check_exception()
72 || (env->old_exception == EXCP0E_PAGE && in check_exception()
80 env->old_exception = intno; in check_exception()
Dcpu.h820 int old_exception; /* exception in flight */ member
Dsvm_helper.c616 env->old_exception = -1; in helper_vmexit()
Dseg_helper.c1132 env->old_exception = -1; in do_interrupt()
1143 env->old_exception = -1; in do_interrupt()
Dhelper.c479 env->old_exception = -1; in cpu_reset()