Searched refs:rom_add_file_fixed (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/sparc64/ |
H A D | niagara.c | 92 if (!qtest_enabled() && rom_add_file_fixed(file, addr, -1)) { in add_rom_or_fail() 147 rom_add_file_fixed(blk_bs(blk)->filename, NIAGARA_VDISK_BASE, -1); in niagara_init()
|
/openbmc/qemu/hw/rx/ |
H A D | rx-gdbsim.c | 112 rom_add_file_fixed(machine->firmware, RX62N_CFLASH_BASE, 0); in rx_gdbsim_init()
|
/openbmc/qemu/include/hw/ |
H A D | loader.h | 340 #define rom_add_file_fixed(_f, _a, _i) \ macro
|
/openbmc/qemu/hw/ppc/ |
H A D | sam460ex.c | 124 rom_add_file_fixed(UBOOT_FILENAME, in sam460ex_load_uboot()
|
/openbmc/qemu/hw/i386/ |
H A D | x86-common.c | 1029 ret = rom_add_file_fixed(bios_name, (uint32_t)(-bios_size), -1); in x86_bios_rom_init()
|