Home
last modified time | relevance | path

Searched defs:address_space (Results 1 – 20 of 20) sorted by relevance

/qemu/hw/misc/
H A Domap_l4.c24 MemoryRegion *address_space; member
30 struct omap_l4_s *omap_l4_init(MemoryRegion *address_space, in omap_l4_init()
/qemu/include/exec/
H A Dioport.h56 struct MemoryRegion *address_space; member
H A Dmemory.h1077 AddressSpace *address_space; member
/qemu/hw/xtensa/
H A Dxtfpga.c126 static XtfpgaFpgaState *xtfpga_fpga_init(MemoryRegion *address_space, in xtfpga_fpga_init()
140 static void xtfpga_net_init(MemoryRegion *address_space, in xtfpga_net_init()
170 static PFlashCFI01 *xtfpga_flash_init(MemoryRegion *address_space, in xtfpga_flash_init()
/qemu/include/hw/isa/
H A Disa.h56 MemoryRegion *address_space; member
/qemu/hw/arm/
H A Domap_sx1.c107 MemoryRegion *address_space = get_system_memory(); in sx1_init() local
H A Dpxa2xx.c2098 MemoryRegion *address_space = get_system_memory(); in pxa270_init() local
2239 MemoryRegion *address_space = get_system_memory(); in pxa255_init() local
/qemu/include/hw/pci-host/
H A Ddesignware.h82 AddressSpace address_space; member
/qemu/hw/char/
H A Driscv_htif.c322 HTIFState *htif_mm_init(MemoryRegion *address_space, Chardev *chr, in htif_mm_init()
H A Dparallel.c588 bool parallel_mm_init(MemoryRegion *address_space, in parallel_mm_init()
H A Dserial.c1065 SerialMM *serial_mm_init(MemoryRegion *address_space, in serial_mm_init()
/qemu/hw/isa/
H A Disa-bus.c52 ISABus *isa_bus_new(DeviceState *dev, MemoryRegion* address_space, in isa_bus_new()
/qemu/hw/m68k/
H A Dmcf5208.c230 static void mcf5208_sys_init(MemoryRegion *address_space, qemu_irq *pic, in mcf5208_sys_init()
/qemu/hw/mips/
H A Djazz.c171 MemoryRegion *address_space = get_system_memory(); in mips_jazz_init() local
H A Dmalta.c581 static MaltaFPGAState *malta_fpga_init(MemoryRegion *address_space, in malta_fpga_init()
/qemu/system/
H A Dioport.c279 MemoryRegion *address_space, in portio_list_add()
/qemu/hw/pci-host/
H A Ddesignware.c399 MemoryRegion *address_space = &host->pci.memory; in designware_pcie_root_realize() local
/qemu/include/hw/pci/
H A Dpci.h150 MemoryRegion *address_space; member
/qemu/hw/display/
H A Dvga.c2325 void vga_init(VGACommonState *s, Object *obj, MemoryRegion *address_space, in vga_init()
H A Dvmware_vga.c1251 MemoryRegion *address_space, MemoryRegion *io) in vmsvga_init()