Home
last modified time | relevance | path

Searched refs:qemu_ram_addr_from_host (Results 1 – 3 of 3) sorted by relevance

/external/qemu/include/exec/
Dcpu-common.h95 int qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr);
/external/qemu/docs/
DQEMU-MEMORY-MANAGEMENT.TXT25 address in the QEMU host process. 'qemu_ram_addr_from_host()' does the
/external/qemu/
Dexec.c1342 int qemu_ram_addr_from_host(void *ptr, ram_addr_t *ram_addr) in qemu_ram_addr_from_host() function
1380 if (qemu_ram_addr_from_host(ptr, &ram_addr)) { in qemu_ram_addr_from_host_nofail()