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

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

Completed in 89 milliseconds