HomeSort by relevance Sort by last modified time
    Searched refs:qemu_ram_addr_from_host_nofail (Results 1 - 3 of 3) sorted by null

  /external/qemu/include/exec/
cpu-common.h 96 ram_addr_t qemu_ram_addr_from_host_nofail(void *ptr);
  /external/qemu/
cputlb.c 323 return qemu_ram_addr_from_host_nofail(p);
exec.c 604 ram_addr = qemu_ram_addr_from_host_nofail(p);
1376 ram_addr_t qemu_ram_addr_from_host_nofail(void *ptr) function
    [all...]

Completed in 445 milliseconds