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 558 [EXCP_EXT_INTERRUPT] = "interrupt",
594 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) {
603 if (env->exception_index == EXCP_EXT_INTERRUPT &&
672 case EXCP_EXT_INTERRUPT:
799 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) {
cpu.h 596 EXCP_EXT_INTERRUPT, /* 8 */
op_helper.c 110 helper_raise_exception(env, EXCP_EXT_INTERRUPT);
    [all...]
  /external/qemu/
cpu-exec.c 436 env->exception_index = EXCP_EXT_INTERRUPT;
    [all...]

Completed in 39 milliseconds