Lines Matching full:exception_index
252 env->exception_index = exception;
379 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) {
380 if (env->exception_index < 0 || env->exception_index > EXCP_LAST)
383 name = excp_names[env->exception_index];
388 if (env->exception_index == EXCP_EXT_INTERRUPT &&
390 env->exception_index = EXCP_DINT;
392 switch (env->exception_index) {
580 qemu_log("Invalid MIPS exception %d. Exiting\n", env->exception_index);
581 printf("Invalid MIPS exception %d. Exiting\n", env->exception_index);
584 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) {
592 env->exception_index = EXCP_NONE;