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

Lines Matching refs:error_code

28 void helper_raise_exception_err (uint32_t exception, int error_code)
32 qemu_log("%s: %d %d\n", __func__, exception, error_code);
35 env->error_code = error_code;
1930 helper_raise_exception_err(env->exception_index, env->error_code);