Home
last modified time | relevance | path

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

/qemu/include/system/
H A Dioport.h54 struct MemoryRegion *address_space; member
H A Dmemory.h1125 AddressSpace *address_space; member
/qemu/hw/char/
H A Dserial-mm.c97 SerialMM *serial_mm_init(MemoryRegion *address_space, in serial_mm_init()
H A Driscv_htif.c325 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()
/qemu/hw/xtensa/
H A Dxtfpga.c127 static XtfpgaFpgaState *xtfpga_fpga_init(MemoryRegion *address_space, in xtfpga_fpga_init()
141 static void xtfpga_net_init(MemoryRegion *address_space, in xtfpga_net_init()
171 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.c103 MemoryRegion *address_space = get_system_memory(); in sx1_init() local
/qemu/include/hw/pci-host/
H A Ddesignware.h89 AddressSpace address_space; member
/qemu/hw/isa/
H A Disa-bus.c52 ISABus *isa_bus_new(DeviceState *dev, MemoryRegion* address_space, in isa_bus_new()
/qemu/hw/mips/
H A Djazz.c167 MemoryRegion *address_space = get_system_memory(); in mips_jazz_init() local
H A Dmalta.c572 static MaltaFPGAState *malta_fpga_init(MemoryRegion *address_space, in malta_fpga_init()
/qemu/hw/m68k/
H A Dmcf5208.c230 static void mcf5208_sys_init(MemoryRegion *address_space, qemu_irq *pic, in mcf5208_sys_init()
/qemu/system/
H A Dioport.c278 MemoryRegion *address_space, in portio_list_add()
/qemu/hw/pci-host/
H A Ddesignware.c394 MemoryRegion *address_space = &host->pci.memory; in designware_pcie_root_realize() local
/qemu/include/hw/pci/
H A Dpci.h155 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()