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

  /external/qemu/hw/mips/
mips_pic.c 23 cpu_abort(env, "mips_pic_cpu_handler: Bad interrupt line %d\n",
  /external/qemu/hw/android/goldfish/
device.c 58 cpu_abort (cpu_single_env, "goldfish_device_set_irq: Bad irq %d >= %d\n", irq, dev->irq_count);
146 cpu_abort (cpu_single_env, "goldfish_bus_read: Bad offset %x\n", offset);
173 cpu_abort (cpu_single_env, "goldfish_bus_write: Bad PDEV_BUS_OP value %x\n", value);
187 cpu_abort (cpu_single_env, "goldfish_bus_write: Bad offset %x\n", offset);
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);
189 cpu_abort (cpu_single_env, "goldfish_rtc_write: Bad offset %x\n", offset);
tty.c 87 cpu_abort (cpu_single_env, "goldfish_tty_read: Bad offset %x\n", offset);
148 cpu_abort (cpu_single_env, "goldfish_tty_write: reading more data than available %d %d\n", s->ptr_len, s->data_count);
159 cpu_abort (cpu_single_env, "goldfish_tty_write: Bad command %x\n", value);
176 cpu_abort (cpu_single_env, "goldfish_tty_write: Bad offset %x\n", offset);
interrupt.c 113 cpu_abort (cpu_single_env, "goldfish_int_read: Bad offset %x\n", offset);
145 cpu_abort (cpu_single_env, "goldfish_int_write: Bad offset %x\n", offset);
mmc.c 311 cpu_abort(cpu_single_env, "SDCard too small, must be at least 9MB\n");
315 cpu_abort(cpu_single_env, "SDCard too large.\n");
460 cpu_abort(cpu_single_env, "goldfish_mmc_read: Bad offset %x\n", offset);
510 cpu_abort (cpu_single_env, "goldfish_mmc_write: Bad offset %x\n", offset);
battery.c 117 cpu_abort (cpu_single_env, "goldfish_battery_read: Bad offset %x\n", offset);
135 cpu_abort (cpu_single_env, "goldfish_audio_write: Bad offset %x\n", offset);
trace.c 232 cpu_abort(cpu_single_env, "trace_dev_write: Bad offset %x\n", offset);
254 cpu_abort(cpu_single_env, "trace_dev_read: Bad offset %x\n", offset);
nand.c 552 cpu_abort(cpu_single_env, "nand_dev_do_cmd: Bad command %x\n", cmd);
566 cpu_abort(cpu_single_env, "nand_dev_write: Bad dev %x\n", value);
607 cpu_abort(cpu_single_env, "nand_dev_write: Bad offset %x\n", offset);
655 cpu_abort(cpu_single_env, "nand_dev_read: Bad offset %x\n", offset);
audio.c 422 cpu_abort (cpu_single_env, "goldfish_audio_read: Bad offset %x\n", offset);
497 cpu_abort (cpu_single_env, "goldfish_audio_write: Bad offset %x\n", offset);
fb.c 591 cpu_abort (cpu_single_env, "goldfish_fb_read: Bad offset %x\n", offset);
633 cpu_abort (cpu_single_env, "goldfish_fb_write: Bad offset %x\n", offset);
  /external/qemu/target-arm/
helper.c 286 cpu_abort(env, "Bad CPU ID: %x\n", id);
643 cpu_abort(env, "cp15 insn %08x\n", insn);
648 cpu_abort(env, "cp15 insn %08x\n", insn);
655 cpu_abort(env, "v7m_mrs %d\n", reg);
660 cpu_abort(env, "v7m_mrs %d\n", reg);
667 cpu_abort(env, "Tried to switch out of user mode\n");
672 cpu_abort(env, "banked r13 write\n");
677 cpu_abort(env, "banked r13 read\n");
705 cpu_abort(env, "Bad mode %x\n", mode);
841 cpu_abort(env, "Unhandled exception 0x%x\n", env->exception_index)
    [all...]
op_helper.c 123 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
130 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
translate.c     [all...]
  /external/qemu/
cputlb.c 319 cpu_abort(env1, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
translate-all.c 739 cpu_abort(env1, "Internal error: code buffer overflow\n");
    [all...]
exec.c 468 void cpu_abort(CPUArchState *env, const char *fmt, ...) function
    [all...]
  /external/qemu/target-mips/
helper.c 322 cpu_abort(env, "TLBMiss handler signature not recognised\n");
332 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     [all...]
  /external/qemu/include/exec/
cpu-all.h 364 void QEMU_NORETURN cpu_abort(CPUArchState *env, const char *fmt, ...)
  /external/qemu/target-i386/
seg_helper.c 111 cpu_abort(env, "invalid tss");
114 cpu_abort(env, "invalid tss type");
712 cpu_abort(env, "invalid tss");
    [all...]

Completed in 152 milliseconds