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

  /external/qemu/hw/arm/
pic.c 43 hw_error("arm_pic_cpu_handler: Bad interrput line %d\n", irq);
armv7m_nvic.c 105 hw_error("Interrupt but no vector\n");
224 hw_error("Not implemented: Configurable Fault Status.");
262 hw_error("NVIC: Bad read offset 0x%x\n", offset);
326 hw_error("VECTCLRACTIVE not implemented");
329 hw_error("System reset");
364 hw_error("NVIC: Bad write offset 0x%x\n", offset);
arm_gic.c 347 hw_error("gic_dist_readb: Bad offset %x\n", (int)offset);
509 hw_error("gic_dist_writeb: Bad offset %x\n", (int)offset);
591 hw_error("gic_cpu_read: Bad offset %x\n", (int)offset);
612 hw_error("gic_cpu_write: Bad offset %x\n", (int)offset);
  /external/qemu/
ioport.c 145 hw_error("register_ioport_read: invalid size");
151 hw_error("register_ioport_read: invalid opaque");
164 hw_error("register_ioport_write: invalid size");
170 hw_error("register_ioport_write: invalid opaque");
cpus.c 43 void hw_error(const char *fmt, ...) function
260 hw_error("cannot save state if virtual timers are running");
  /external/qemu/hw/core/
qdev.c 82 hw_error("Unknown device '%s'\n", name);
98 hw_error("Device '%s' on wrong bus type (%d/%d)", name,
  /external/qemu/hw/net/
smc91c111.c 491 hw_error("smc91c111_write: Bad reg %d:%x\n", s->bank, (int)offset);
631 hw_error("smc91c111_read: Bad reg %d:%x\n", s->bank, (int)offset);
  /external/qemu/hw/intc/
i8259.c 305 hw_error("level sensitive irq not supported");
  /external/qemu/include/
qemu-common.h 268 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
  /external/qemu/hw/i386/
pc.c 951 hw_error("To much RAM for 32-bit physical address");
    [all...]
  /external/qemu/audio/
audio.c     [all...]

Completed in 105 milliseconds