Searched refs:EXCP0E_PAGE (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-i386/
H A Dhelper.c952 env->exception_index = EXCP0E_PAGE;
1259 if (env->intercept_exceptions & (1 << EXCP0E_PAGE)) {
1267 env->exception_index = EXCP0E_PAGE;
H A Dcpu.h432 #define EXCP0E_PAGE 14 macro
H A Dop_helper.c1315 || (env->old_exception == EXCP0E_PAGE &&
1316 (second_contributory || (intno == EXCP0E_PAGE)))) {
1321 if (second_contributory || (intno == EXCP0E_PAGE) ||

Completed in 50 milliseconds