Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nubus/
H A Dnubus-device.c87 memory_region_init_rom(&nd->decl_rom, OBJECT(dev), name, align_size, in nubus_device_realize()
89 rom_ptr = memory_region_get_ram_ptr(&nd->decl_rom); in nubus_device_realize()
99 &nd->decl_rom); in nubus_device_realize()
/openbmc/qemu/include/hw/nubus/
H A Dnubus.h64 MemoryRegion decl_rom; member