Searched refs:MEMORY_LISTENER_CALL (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/system/ |
H A D | memory.c | 130 #define MEMORY_LISTENER_CALL(_as, _callback, _direction, _section, _args...) \ macro 159 MEMORY_LISTENER_CALL(as, callback, dir, &mrs, ##_args); \ 932 MEMORY_LISTENER_CALL(as, eventfd_del, Forward, §ion, in address_space_add_del_ioeventfds() 945 MEMORY_LISTENER_CALL(as, eventfd_add, Reverse, §ion, in address_space_add_del_ioeventfds()
|