Searched refs:VIRT_DRAM (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/openrisc/ |
H A D | virt.c | 52 VIRT_DRAM, enumerator 76 [VIRT_DRAM] = { 0x00000000, 0 }, 153 memmap[VIRT_DRAM].base); in openrisc_create_fdt() 156 memmap[VIRT_DRAM].base, mem_size); in openrisc_create_fdt()
|
/openbmc/qemu/include/hw/riscv/ |
H A D | virt.h | 83 VIRT_DRAM, enumerator
|
/openbmc/qemu/hw/riscv/ |
H A D | virt.c | 91 [VIRT_DRAM] = { 0x80000000, 0x0 }, 299 addr = memmap[VIRT_DRAM].base + riscv_socket_mem_offset(ms, socket); in create_fdt_socket_memory() 1340 mem_array.address = s->memmap[VIRT_DRAM].base; in virt_build_smbios() 1363 hwaddr start_addr = memmap[VIRT_DRAM].base; in virt_machine_done() 1425 fdt_load_addr = riscv_compute_fdt_addr(memmap[VIRT_DRAM].base, in virt_machine_done() 1426 memmap[VIRT_DRAM].size, in virt_machine_done() 1590 virt_high_pcie_memmap.base = memmap[VIRT_DRAM].base + machine->ram_size; in virt_machine_init() 1598 memory_region_add_subregion(system_memory, memmap[VIRT_DRAM].base, in virt_machine_init()
|
H A D | virt-acpi-build.c | 635 mem_base = vms->memmap[VIRT_DRAM].base; in build_srat()
|