Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dexcp_helper.c47 int first_contributory = env->old_exception == 0 || in check_exception()
48 (env->old_exception >= 10 && in check_exception()
49 env->old_exception <= 13); in check_exception()
54 env->old_exception, intno); in check_exception()
57 if (env->old_exception == EXCP08_DBLE) { in check_exception()
70 || (env->old_exception == EXCP0E_PAGE && in check_exception()
78 env->old_exception = intno; in check_exception()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c119 assert(env->old_exception == -1); in x86_cpu_do_interrupt()
127 env->old_exception = -1; in x86_cpu_do_interrupt()
H A Dsvm_helper.c748 env->old_exception = -1; in cpu_vmexit()
/openbmc/qemu/target/i386/tcg/user/
H A Dseg_helper.c92 env->old_exception = -1; in x86_cpu_do_interrupt()
/openbmc/qemu/target/i386/
H A Dcpu.h1926 int old_exception; /* exception in flight */ member
H A Dcpu.c7211 env->old_exception = -1; in x86_cpu_reset_hold()