HomeSort by relevance Sort by last modified time
    Searched full:iomemtype (Results 1 - 6 of 6) sorted by null

  /external/qemu/hw/android/goldfish/
device.c 104 int iomemtype; local
106 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque);
107 cpu_register_physical_memory(dev->base, dev->size, iomemtype);
events_device.c 356 int iomemtype; local
520 iomemtype = cpu_register_io_memory(events_readfn, events_writefn, s);
522 cpu_register_physical_memory(base, 0xfff, iomemtype);
nand.c 675 int iomemtype; local
680 iomemtype = cpu_register_io_memory(nand_dev_readfn, nand_dev_writefn, s);
681 cpu_register_physical_memory(base, 0x00000fff, iomemtype);
  /external/qemu/hw/arm/
armv7m.c 128 int iomemtype; local
131 iomemtype = cpu_register_io_memory(bitband_readfn, bitband_writefn,
133 sysbus_init_mmio(dev, 0x02000000, iomemtype);
arm_gic.c 98 int iomemtype; member in struct:gic_state
728 s->iomemtype = cpu_register_io_memory(gic_dist_readfn,
armv7m_nvic.c 398 cpu_register_physical_memory(0xe000e000, 0x1000, s->gic.iomemtype);

Completed in 90 milliseconds