Home
last modified time | relevance | path

Searched refs:ram_memory (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/pci-host/
H A Dpam.c33 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 Dq35.c239 (Object **) &s->mch.ram_memory, in q35_host_initfn()
583 init_pam(&mch->pam_regions[0], OBJECT(mch), mch->ram_memory, in mch_realize()
587 init_pam(&mch->pam_regions[i + 1], OBJECT(mch), mch->ram_memory, in mch_realize()
605 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
615 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
621 mch->ram_memory, MCH_HOST_BRIDGE_SMRAM_C_BASE, in mch_realize()
635 mch->ram_memory, mch->below_4g_mem_size, 0); in mch_realize()
653 "smbase-window", mch->ram_memory, in mch_realize()
H A Di440fx.c53 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()
/qemu/include/hw/xen/
H A Dxen-x86.h13 void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory);
/qemu/stubs/
H A Dxen-hw-stub.c41 void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory) in xen_hvm_init_pc() argument
/qemu/hw/i386/
H A Dpc_piix.c116 MemoryRegion *ram_memory; in pc_init1() local
154 xen_hvm_init_pc(pcms, &ram_memory); in pc_init1()
156 ram_memory = machine->ram; in pc_init1()
199 OBJECT(ram_memory), &error_fatal); in pc_init1()
/qemu/include/hw/pci-host/
H A Dq35.h43 MemoryRegion *ram_memory; member
/qemu/hw/i386/xen/
H A Dxen-hvm.c613 void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory) in xen_hvm_init_pc() argument
655 xen_ram_init(pcms, ms->ram_size, ram_memory); in xen_hvm_init_pc()