Home | History | Annotate | Download | only in target-mips

Lines Matching refs:exception

86                                  uint32_t exception, int error_code)
89 if (exception < 0x100)
90 qemu_log("%s: %d %d\n", __func__, exception, error_code);
92 env->exception_index = exception;
97 void helper_raise_exception (CPUMIPSState *env, uint32_t exception)
99 helper_raise_exception_err(env, exception, 0);
1765 /* XXX: detect conflicting TLBs and raise a MCHECK exception when needed */