Home
last modified time | relevance | path

Searched refs:MemoryRegion (Results 101 – 125 of 903) sorted by relevance

12345678910>>...37

/qemu/include/hw/intc/
H A Dloongarch_pch_pic.h65 MemoryRegion iomem32_low;
66 MemoryRegion iomem32_high;
67 MemoryRegion iomem8;
/qemu/include/hw/block/
H A Dswim.h46 MemoryRegion swim;
47 MemoryRegion iwm;
48 MemoryRegion ism;
/qemu/include/hw/timer/
H A Davr_timer16.h51 MemoryRegion iomem;
52 MemoryRegion imsk_iomem;
53 MemoryRegion ifr_iomem;
/qemu/include/hw/sparc/
H A Dsparc32_dma.h18 MemoryRegion iomem;
49 MemoryRegion dmamem;
50 MemoryRegion ledma_alias;
/qemu/hw/remote/
H A Dmemory.c19 MemoryRegion *sysmem, *subregion, *next; in remote_sysmem_reset()
35 MemoryRegion *sysmem, *subregion; in remote_sysmem_reconfig()
45 subregion = g_new(MemoryRegion, 1); in remote_sysmem_reconfig()
/qemu/include/hw/pci/
H A Dpci_host.h42 MemoryRegion conf_mem;
43 MemoryRegion data_mem;
44 MemoryRegion mmcfg;
H A Dshpc.h30 MemoryRegion mmio;
41 int shpc_init(PCIDevice *dev, PCIBus *sec_bus, MemoryRegion *bar,
43 void shpc_cleanup(PCIDevice *dev, MemoryRegion *bar);
/qemu/include/hw/ppc/
H A Dpnv_core.h43 MemoryRegion xscom_regs;
86 MemoryRegion xscom_regs;
87 MemoryRegion xscom_qme_regs;
H A Dpnv_chip.h36 MemoryRegion xscom_mmio;
37 MemoryRegion xscom;
40 MemoryRegion *fw_mr;
53 MemoryRegion icp_mmio;
/qemu/include/hw/cxl/
H A Dcxl_component.h211 MemoryRegion component_registers;
222 MemoryRegion io;
226 MemoryRegion cache_mem;
228 MemoryRegion impl_specific;
229 MemoryRegion arb_mux;
230 MemoryRegion rsvd;
/qemu/hw/ide/
H A Dsii3112.c34 MemoryRegion mmio;
255 MemoryRegion *mr; in sii3112_pci_realize()
267 mr = g_new(MemoryRegion, 1); in sii3112_pci_realize()
270 mr = g_new(MemoryRegion, 1); in sii3112_pci_realize()
273 mr = g_new(MemoryRegion, 1); in sii3112_pci_realize()
276 mr = g_new(MemoryRegion, 1); in sii3112_pci_realize()
279 mr = g_new(MemoryRegion, 1); in sii3112_pci_realize()
/qemu/hw/arm/
H A Dfby35.c24 MemoryRegion bmc_memory;
25 MemoryRegion bmc_dram;
26 MemoryRegion bmc_boot_rom;
27 MemoryRegion bic_memory;
39 static void fby35_bmc_write_boot_rom(DriveInfo *dinfo, MemoryRegion *mr, in fby35_bmc_write_boot_rom()
/qemu/hw/mips/
H A Dmipssim.c146 MemoryRegion *address_space_mem = get_system_memory(); in mips_mipssim_init()
147 MemoryRegion *isa = g_new(MemoryRegion, 1); in mips_mipssim_init()
148 MemoryRegion *bios = g_new(MemoryRegion, 1); in mips_mipssim_init()
/qemu/hw/microblaze/
H A Dpetalogix_ml605_mmu.c73 MemoryRegion *address_space_mem = get_system_memory(); in petalogix_ml605_init()
80 MemoryRegion *phys_lmb_bram = g_new(MemoryRegion, 1); in petalogix_ml605_init()
81 MemoryRegion *phys_ram = g_new(MemoryRegion, 1); in petalogix_ml605_init()
/qemu/hw/pci-host/
H A Dpam.c33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam()
34 MemoryRegion *system_memory, MemoryRegion *pci_address_space, in init_pam()
/qemu/include/hw/riscv/
H A Dopentitan.h52 MemoryRegion flash_mem;
53 MemoryRegion rom;
54 MemoryRegion flash_alias;
/qemu/include/hw/misc/
H A Dauxbus.h72 MemoryRegion *aux_io;
84 MemoryRegion *mmio;
133 void aux_init_mmio(AUXSlave *aux_slave, MemoryRegion *mmio);
/qemu/include/hw/virtio/
H A Dvirtio-mem.h52 MemoryRegion *mr;
58 MemoryRegion *memslots;
126 MemoryRegion *(*get_memory_region)(VirtIOMEM *vmem, Error **errp);
H A Dvirtio-pci.h111 MemoryRegion mr;
132 MemoryRegion bar;
143 MemoryRegion modern_bar;
144 MemoryRegion io_bar;
/qemu/include/hw/arm/
H A Dallwinner-h3.h147 MemoryRegion sram_a1;
148 MemoryRegion sram_a2;
149 MemoryRegion sram_c;
/qemu/hw/misc/
H A Dslavio_misc.c48 MemoryRegion cfg_iomem;
49 MemoryRegion diag_iomem;
50 MemoryRegion mdm_iomem;
51 MemoryRegion led_iomem;
52 MemoryRegion sysctrl_iomem;
53 MemoryRegion aux1_iomem;
54 MemoryRegion aux2_iomem;
73 MemoryRegion iomem;
/qemu/include/hw/sh4/
H A Dsh_intc.h48 MemoryRegion iomem;
49 MemoryRegion *iomem_aliases;
71 int sh_intc_init(MemoryRegion *sysmem,
/qemu/hw/xtensa/
H A Dxtfpga.c67 MemoryRegion iomem;
126 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()
148 MemoryRegion *ram; in xtfpga_net_init()
170 static PFlashCFI01 *xtfpga_flash_init(MemoryRegion *address_space, in xtfpga_flash_init()
224 MemoryRegion *system_memory = get_system_memory(); in xtfpga_init()
227 MemoryRegion *system_io; in xtfpga_init()
256 MemoryRegion *mx_eri; in xtfpga_init()
299 MemoryRegion *io = g_malloc(sizeof(*io)); in xtfpga_init()
448 MemoryRegion *flash_mr = pflash_cfi01_get_memory(flash); in xtfpga_init()
[all …]
/qemu/include/hw/acpi/
H A Dich9.h42 MemoryRegion io;
43 MemoryRegion io_gpe;
44 MemoryRegion io_smi;
/qemu/include/hw/mem/
H A Dnvdimm.h70 MemoryRegion *nvdimm_mr;
140 MemoryRegion io_mr;
151 void nvdimm_init_acpi_state(NVDIMMState *state, MemoryRegion *io,

12345678910>>...37