1 #include "qemu/osdep.h"
2 #include "exec/ramlist.h"
3 #include "exec/cpu-common.h"
5 void *qemu_ram_get_host_addr(RAMBlock *rb)
10 ram_addr_t qemu_ram_get_offset(RAMBlock *rb)
15 ram_addr_t qemu_ram_get_used_length(RAMBlock *rb)
20 void ram_block_notifier_add(RAMBlockNotifier *n)
24 void ram_block_notifier_remove(RAMBlockNotifier *n)
28 int qemu_ram_foreach_block(RAMBlockIterFunc func, void *opaque)