Lines Matching defs:exception
212 int exception = 0, error_code = 0;
220 exception = EXCP_AdES;
222 exception = EXCP_AdEL;
227 exception = EXCP_TLBS;
229 exception = EXCP_TLBL;
235 exception = EXCP_TLBS;
237 exception = EXCP_TLBL;
241 exception = EXCP_LTLBL;
245 /* Raise exception */
257 env->exception_index = exception;
262 * Get the pgd_current from TLB exception handler
263 * The exception handler is generated by function build_r4000_tlb_refill_handler.
308 /* Match the kernel TLB refill exception handler against known code */
445 //int exception = 0, error_code = 0;
600 qemu_log("%s enter: PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx " %s exception\n",
632 /* If the exception was raised from a delay slot,
658 /* If the exception was raised from a delay slot,
773 /* If the exception was raised from a delay slot,
795 qemu_log("Invalid MIPS exception %d. Exiting\n", env->exception_index);
796 printf("Invalid MIPS exception %d. Exiting\n", env->exception_index);