Searched refs:qemu_ram_addr_from_host (Results 1 – 3 of 3) sorted by relevance
95 int qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr);
25 address in the QEMU host process. 'qemu_ram_addr_from_host()' does the
1342 int qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr) in qemu_ram_addr_from_host() function1380 if (qemu_ram_addr_from_host(ptr, &ram_addr)) { in qemu_ram_addr_from_host_nofail()