Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dioport.h54 struct MemoryRegion *address_space; member
H A Dmemory.h1144 AddressSpace *address_space; member
/openbmc/qemu/hw/char/
H A Dserial-mm.c97 SerialMM *serial_mm_init(MemoryRegion *address_space, in serial_mm_init()
H A Driscv_htif.c324 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()
/openbmc/qemu/include/hw/isa/
H A Disa.h56 MemoryRegion *address_space; member
/openbmc/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()
/openbmc/qemu/hw/arm/
H A Domap_sx1.c103 MemoryRegion *address_space = get_system_memory(); in sx1_init() local
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h135 struct address_space { struct
148 const struct address_space_operations *a_ops; /* methods */ argument
153 spinlock_t private_lock; /* for use by the address_space */ argument
177 struct address_space *i_mapping; argument
/openbmc/qemu/include/hw/pci-host/
H A Ddesignware.h89 AddressSpace address_space; member
/openbmc/qemu/hw/isa/
H A Disa-bus.c52 ISABus *isa_bus_new(DeviceState *dev, MemoryRegion* address_space, in isa_bus_new()
/openbmc/qemu/hw/m68k/
H A Dmcf5208.c230 static void mcf5208_sys_init(MemoryRegion *address_space, qemu_irq *pic, in mcf5208_sys_init()
/openbmc/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()
/openbmc/qemu/system/
H A Dioport.c278 MemoryRegion *address_space, in portio_list_add()
/openbmc/libcper/sections/
H A Dcper-section-ia32x64.c421 json_object *address_space = integer_to_readable_pair( in cper_ia32x64_bus_check_to_ir() local
H A Dcper-section-arm.c631 json_object *address_space = integer_to_readable_pair( in cper_arm_bus_error_to_ir() local
/openbmc/qemu/hw/pci-host/
H A Ddesignware.c394 MemoryRegion *address_space = &host->pci.memory; in designware_pcie_root_realize() local
/openbmc/qemu/include/hw/pci/
H A Dpci.h164 MemoryRegion *address_space; member
/openbmc/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()