Searched refs:_as (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | loader.h | 346 #define rom_add_file_as(_f, _as, _i) \ argument 347 rom_add_file(_f, NULL, 0, _i, false, NULL, _as) 348 #define rom_add_file_fixed_as(_f, _a, _i, _as) \ argument 349 rom_add_file(_f, NULL, _a, _i, false, NULL, _as) 350 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ argument 351 rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, _as, true)
|
/openbmc/qemu/system/ |
H A D | memory.c | 130 #define MEMORY_LISTENER_CALL(_as, _callback, _direction, _section, _args...) \ argument 136 QTAILQ_FOREACH(_listener, &(_as)->listeners, link_as) { \ 143 QTAILQ_FOREACH_REVERSE(_listener, &(_as)->listeners, link_as) { \
|