Home
last modified time | relevance | path

Searched refs:phys_ram_alias (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/nios2/
H A Dgeneric_nommu.c49 MemoryRegion *phys_ram_alias = g_new(MemoryRegion, 1); in nios2_generic_nommu_init() local
67 memory_region_init_alias(phys_ram_alias, NULL, "nios2.ram.alias", in nios2_generic_nommu_init()
71 phys_ram_alias); in nios2_generic_nommu_init()
H A D10m50_devboard.c46 MemoryRegion phys_ram_alias; member
81 memory_region_init_alias(&nms->phys_ram_alias, NULL, "nios2.ram.alias", in OBJECT_DECLARE_TYPE()
85 &nms->phys_ram_alias); in OBJECT_DECLARE_TYPE()