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

  /external/qemu/hw/
mips_pic.c 23 cpu_abort(env, "mips_pic_cpu_handler: Bad interrupt line %d\n",
goldfish_device.c 47 cpu_abort (cpu_single_env, "goldfish_device_set_irq: Bad irq %d >= %d\n", irq, dev->irq_count);
134 cpu_abort (cpu_single_env, "goldfish_bus_read: Bad offset %x\n", offset);
161 cpu_abort (cpu_single_env, "goldfish_bus_write: Bad PDEV_BUS_OP value %x\n", value);
170 cpu_abort (cpu_single_env, "goldfish_bus_write: Bad offset %x\n", offset);
goldfish_switch.c 84 cpu_abort (cpu_single_env, "goldfish_switch_read: Bad offset %x\n", offset);
109 cpu_abort (cpu_single_env, "goldfish_switch_write: write to SW_STATE on input\n");
120 cpu_abort (cpu_single_env, "goldfish_switch_write: Bad offset %x\n", offset);
goldfish_timer.c 86 cpu_abort (cpu_single_env, "goldfish_timer_read: Bad offset %x\n", offset);
118 cpu_abort (cpu_single_env, "goldfish_timer_write: Bad offset %x\n", offset);
170 cpu_abort (cpu_single_env, "goldfish_rtc_read: Bad offset %x\n", offset);
194 cpu_abort (cpu_single_env, "goldfish_rtc_write: Bad offset %x\n", offset);
goldfish_tty.c 80 cpu_abort (cpu_single_env, "goldfish_tty_read: Bad offset %x\n", offset);
141 cpu_abort (cpu_single_env, "goldfish_tty_write: reading more data than available %d %d\n", s->ptr_len, s->data_count);
152 cpu_abort (cpu_single_env, "goldfish_tty_write: Bad command %x\n", value);
165 cpu_abort (cpu_single_env, "goldfish_tty_write: Bad offset %x\n", offset);
goldfish_battery.c 111 cpu_abort (cpu_single_env, "goldfish_battery_read: Bad offset %x\n", offset);
129 cpu_abort (cpu_single_env, "goldfish_audio_write: Bad offset %x\n", offset);
goldfish_interrupt.c 112 cpu_abort (cpu_single_env, "goldfish_int_read: Bad offset %x\n", offset);
144 cpu_abort (cpu_single_env, "goldfish_int_write: Bad offset %x\n", offset);
goldfish_mmc.c 291 cpu_abort(cpu_single_env, "SDCard too small, must be at least 9MB\n");
295 cpu_abort(cpu_single_env, "SDCard too large.\n");
440 cpu_abort(cpu_single_env, "goldfish_mmc_read: Bad offset %x\n", offset);
486 cpu_abort (cpu_single_env, "goldfish_mmc_write: Bad offset %x\n", offset);
goldfish_trace.c 354 cpu_abort(cpu_single_env, "trace_dev_write: Bad offset %x\n", offset);
376 cpu_abort(cpu_single_env, "trace_dev_read: Bad offset %x\n", offset);
goldfish_nand.c 518 cpu_abort(cpu_single_env, "nand_dev_do_cmd: Bad command %x\n", cmd);
532 cpu_abort(cpu_single_env, "nand_dev_write: Bad dev %x\n", value);
564 cpu_abort(cpu_single_env, "nand_dev_write: Bad offset %x\n", offset);
612 cpu_abort(cpu_single_env, "nand_dev_read: Bad offset %x\n", offset);
goldfish_audio.c 394 cpu_abort (cpu_single_env, "goldfish_audio_read: Bad offset %x\n", offset);
453 cpu_abort (cpu_single_env, "goldfish_audio_write: Bad offset %x\n", offset);
goldfish_fb.c 589 cpu_abort (cpu_single_env, "goldfish_fb_read: Bad offset %x\n", offset);
631 cpu_abort (cpu_single_env, "goldfish_fb_write: Bad offset %x\n", offset);
  /external/qemu/target-arm/
helper.c 256 cpu_abort(env, "Bad CPU ID: %x\n", id);
597 cpu_abort(env, "cp15 insn %08x\n", insn);
602 cpu_abort(env, "cp15 insn %08x\n", insn);
609 cpu_abort(env, "v7m_mrs %d\n", reg);
614 cpu_abort(env, "v7m_mrs %d\n", reg);
621 cpu_abort(env, "Tried to switch out of user mode\n");
626 cpu_abort(env, "banked r13 write\n");
631 cpu_abort(env, "banked r13 read\n");
659 cpu_abort(cpu_single_env, "Bad mode %x\n", mode);
795 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index)
    [all...]
op_helper.c 131 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
138 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
translate.c     [all...]
  /external/qemu/
exec-all.h 405 cpu_abort(env1, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
exec.c 648 cpu_abort(env1, "Internal error: code buffer overflow\n");
1695 void cpu_abort(CPUState *env, const char *fmt, ...) function
    [all...]
cpu-all.h 775 void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)
  /external/qemu/target-mips/
helper.c 323 cpu_abort(env, "TLBMiss handler signature not recognised\n");
333 cpu_abort(env, "pgd_current_p not in KSEG0/KSEG1\n");
translate_init.c 514 cpu_abort(env, "MMU type not supported\n");
op_helper.c 1172 default: cpu_abort(env, "Invalid MMU mode!\n"); break;
    [all...]
  /external/qemu/target-i386/
op_helper.c 204 cpu_abort(env, "invalid tss");
207 cpu_abort(env, "invalid tss type");
874 cpu_abort(env, "invalid tss");
    [all...]

Completed in 1429 milliseconds