Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-exec.c331 env->old_exception = -1; in cpu_exec()
345 env->old_exception = -1; in cpu_exec()
/external/qemu/target-i386/
Dcpu.h658 int old_exception; /* exception in flight */ member
Dop_helper.c1293 int first_contributory = env->old_exception == 0 || in check_exception()
1294 (env->old_exception >= 10 && in check_exception()
1295 env->old_exception <= 13); in check_exception()
1300 env->old_exception, intno); in check_exception()
1303 if (env->old_exception == EXCP08_DBLE) { in check_exception()
1315 || (env->old_exception == EXCP0E_PAGE && in check_exception()
1323 env->old_exception = intno; in check_exception()
5433 env->old_exception = -1; in helper_vmexit()
Dhelper.c479 env->old_exception = -1; in cpu_reset()