Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c946 env->exception_index = EXCP0E_PAGE; in cpu_x86_handle_mmu_fault()
1253 if (env->intercept_exceptions & (1 << EXCP0E_PAGE)) { in cpu_x86_handle_mmu_fault()
1261 env->exception_index = EXCP0E_PAGE; in cpu_x86_handle_mmu_fault()
Dcpu.h432 #define EXCP0E_PAGE 14 macro
Dop_helper.c1315 || (env->old_exception == EXCP0E_PAGE && in check_exception()
1316 (second_contributory || (intno == EXCP0E_PAGE)))) { in check_exception()
1321 if (second_contributory || (intno == EXCP0E_PAGE) || in check_exception()