Searched refs:iomemtype (Results 1 - 6 of 6) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_device.c94 int iomemtype; local
96 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque);
97 cpu_register_physical_memory(dev->base, dev->size, iomemtype);
H A Darmv7m.c128 int iomemtype; local
131 iomemtype = cpu_register_io_memory(bitband_readfn, bitband_writefn,
133 sysbus_init_mmio(dev, 0x02000000, iomemtype);
H A Dgoldfish_events_device.c352 int iomemtype; local
516 iomemtype = cpu_register_io_memory(events_readfn, events_writefn, s);
518 cpu_register_physical_memory(base, 0xfff, iomemtype);
H A Dgoldfish_nand.c655 int iomemtype; local
660 iomemtype = cpu_register_io_memory(nand_dev_readfn, nand_dev_writefn, s);
661 cpu_register_physical_memory(base, 0x00000fff, iomemtype);
H A Darmv7m_nvic.c398 cpu_register_physical_memory(0xe000e000, 0x1000, s->gic.iomemtype);
H A Darm_gic.c98 int iomemtype; member in struct:gic_state
728 s->iomemtype = cpu_register_io_memory(gic_dist_readfn,

Completed in 83 milliseconds