Searched refs:ram_block_notify_remove (Results 1 – 4 of 4) sorted by relevance
/qemu/include/exec/ |
H A D | ramlist.h | 81 void ram_block_notify_remove(void *host, size_t size, size_t max_size);
|
/qemu/hw/xen/ |
H A D | xen-mapcache.c | 218 ram_block_notify_remove(entry->vaddr_base, entry->size, in xen_remap_bucket() 593 ram_block_notify_remove(entry->vaddr_base, entry->size, entry->size); in xen_invalidate_map_cache_entry_unlocked()
|
/qemu/hw/core/ |
H A D | numa.c | 875 void ram_block_notify_remove(void *host, size_t size, size_t max_size) in ram_block_notify_remove() function
|
/qemu/system/ |
H A D | physmem.c | 2306 ram_block_notify_remove(block->host, block->used_length, in qemu_ram_free()
|