Searched refs:ram_memory (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | pam.c | 33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam() argument 40 memory_region_init_alias(&mem->alias[3], owner, "pam-ram", ram_memory, in init_pam() 43 memory_region_init_alias(&mem->alias[1], owner, "pam-rom", ram_memory, in init_pam() 50 memory_region_init_alias(&mem->alias[2], owner, "pam-pci", ram_memory, in init_pam()
|
H A D | q35.c | 240 (Object **) &s->mch.ram_memory, in q35_host_initfn() 584 init_pam(&mch->pam_regions[0], OBJECT(mch), mch->ram_memory, in mch_realize() 588 init_pam(&mch->pam_regions[i + 1], OBJECT(mch), mch->ram_memory, in mch_realize() 606 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize() 616 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize() 622 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize() 636 mch->ram_memory, mch->below_4g_mem_size, 0); in mch_realize() 654 "smbase-window", mch->ram_memory, in mch_realize()
|
H A D | i440fx.c | 53 MemoryRegion *ram_memory; member 233 (Object **) &s->ram_memory, in i440fx_pcihost_initfn() 294 s->ram_memory, SMRAM_C_BASE, SMRAM_C_SIZE); in i440fx_pcihost_realize() 300 init_pam(&f->pam_regions[0], OBJECT(d), s->ram_memory, s->system_memory, in i440fx_pcihost_realize() 303 init_pam(&f->pam_regions[i + 1], OBJECT(d), s->ram_memory, in i440fx_pcihost_realize()
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-x86.h | 13 void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory);
|
/openbmc/qemu/stubs/ |
H A D | xen-hw-stub.c | 41 void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory) in xen_hvm_init_pc() argument
|
/openbmc/qemu/hw/i386/ |
H A D | pc_piix.c | 115 MemoryRegion *ram_memory; in pc_init1() local 153 xen_hvm_init_pc(pcms, &ram_memory); in pc_init1() 155 ram_memory = machine->ram; in pc_init1() 198 OBJECT(ram_memory), &error_fatal); in pc_init1()
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | q35.h | 43 MemoryRegion *ram_memory; member
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 607 void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory) in xen_hvm_init_pc() argument 649 xen_ram_init(pcms, ms->ram_size, ram_memory); in xen_hvm_init_pc()
|