HomeSort by relevance Sort by last modified time
    Searched refs:EXCP_EXT_INTERRUPT (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-mips/
helper.c 557 [EXCP_EXT_INTERRUPT] = "interrupt",
593 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) {
602 if (env->exception_index == EXCP_EXT_INTERRUPT &&
671 case EXCP_EXT_INTERRUPT:
798 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) {
cpu.h 580 EXCP_EXT_INTERRUPT, /* 8 */
op_helper.c 52 helper_raise_exception(EXCP_EXT_INTERRUPT);
    [all...]
  /external/qemu/
cpu-exec.c 501 env->exception_index = EXCP_EXT_INTERRUPT;
    [all...]

Completed in 38 milliseconds