Home
last modified time | relevance | path

Searched refs:VIRT_LOWMEM_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/loongarch/
H A Dvirt.h27 #define VIRT_LOWMEM_SIZE 0x10000000 macro
/openbmc/qemu/hw/loongarch/
H A Dvirt.c777 memmap_add_entry(VIRT_LOWMEM_BASE, VIRT_LOWMEM_SIZE, 1); in loongarch_init()
778 fdt_add_memory_node(machine, VIRT_LOWMEM_BASE, VIRT_LOWMEM_SIZE, 0); in loongarch_init()
780 machine->ram, offset, VIRT_LOWMEM_SIZE); in loongarch_init()
783 offset += VIRT_LOWMEM_SIZE; in loongarch_init()
785 assert(numa_info[0].node_mem > VIRT_LOWMEM_SIZE); in loongarch_init()
786 highram_size = numa_info[0].node_mem - VIRT_LOWMEM_SIZE; in loongarch_init()
788 highram_size = ram_size - VIRT_LOWMEM_SIZE; in loongarch_init()
H A Dacpi-build.c199 build_srat_memory(table_data, VIRT_LOWMEM_BASE, VIRT_LOWMEM_SIZE, in build_srat()
203 mem_len = machine->ram_size - VIRT_LOWMEM_SIZE; in build_srat()
205 mem_len = machine->numa_state->nodes[0].node_mem - VIRT_LOWMEM_SIZE; in build_srat()