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

  /external/qemu/hw/
goldfish_device.c 45 cpu_abort (cpu_single_env, "goldfish_device_set_irq: Bad irq %d >= %d\n", irq, dev->irq_count);
120 cpu_abort (cpu_single_env, "goldfish_bus_read: Bad offset %x\n", offset);
147 cpu_abort (cpu_single_env, "goldfish_bus_write: Bad PDEV_BUS_OP value %x\n", value);
155 cpu_abort (cpu_single_env, "goldfish_bus_write: Bad offset %x\n", offset);
goldfish_switch.c 83 cpu_abort (cpu_single_env, "goldfish_switch_read: Bad offset %x\n", offset);
108 cpu_abort (cpu_single_env, "goldfish_switch_write: write to SW_STATE on input\n");
119 cpu_abort (cpu_single_env, "goldfish_switch_write: Bad offset %x\n", offset);
goldfish_timer.c 85 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 79 cpu_abort (cpu_single_env, "goldfish_tty_read: Bad offset %x\n", offset);
140 cpu_abort (cpu_single_env, "goldfish_tty_write: reading more data than available %d %d\n", s->ptr_len, s->data_count);
151 cpu_abort (cpu_single_env, "goldfish_tty_write: Bad command %x\n", value);
164 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 343 cpu_abort(cpu_single_env, "trace_dev_write: Bad offset %x\n", offset);
359 cpu_abort(cpu_single_env, "trace_dev_read: Bad offset %x\n", offset);
goldfish_nand.c 317 cpu_abort(cpu_single_env, "nand_dev_do_cmd: Bad command %x\n", cmd);
331 cpu_abort(cpu_single_env, "nand_dev_write: Bad dev %x\n", value);
350 cpu_abort(cpu_single_env, "nand_dev_write: Bad offset %x\n", offset);
398 cpu_abort(cpu_single_env, "nand_dev_read: Bad offset %x\n", offset);
goldfish_fb.c 326 cpu_abort (cpu_single_env, "goldfish_fb_read: Bad offset %x\n", offset);
368 cpu_abort (cpu_single_env, "goldfish_fb_write: 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);
  /external/qemu/target-arm/
helper.c 160 cpu_abort(env, "Bad CPU ID: %x\n", id);
538 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
545 cpu_abort(env, "cp%i insn %08x\n", op1, insn);
551 cpu_abort(env, "cp15 insn %08x\n", insn);
556 cpu_abort(env, "cp15 insn %08x\n", insn);
563 cpu_abort(env, "v7m_mrs %d\n", reg);
568 cpu_abort(env, "v7m_mrs %d\n", reg);
575 cpu_abort(env, "Tried to switch out of user mode\n");
580 cpu_abort(env, "banked r13 write\n");
585 cpu_abort(env, "banked r13 read\n")
    [all...]
translate.c     [all...]
  /external/qemu/
exec-all.h 401 cpu_abort(env1, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
exec.c 638 cpu_abort(env1, "Internal error: code buffer overflow\n");
1685 void cpu_abort(CPUState *env, const char *fmt, ...) function
    [all...]
cpu-all.h 759 void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)

Completed in 75 milliseconds