Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dloader.h348 #define rom_add_file_fixed_as(_f, _a, _i, _as) \ macro
/openbmc/qemu/hw/core/
H A Dloader.c136 if (rom_add_file_fixed_as(filename, addr, -1, as) < 0) { in load_image_targphys_as()