Home
last modified time | relevance | path

Searched refs:qemu_get_host_physmem (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qemu/
H A Dosdep.h794 size_t qemu_get_host_physmem(void);
/qemu/util/
H A Doslib-win32.c827 size_t qemu_get_host_physmem(void) in qemu_get_host_physmem() function
H A Doslib-posix.c778 size_t qemu_get_host_physmem(void) in qemu_get_host_physmem() function
/qemu/tcg/
H A Dregion.c760 size_t phys_mem = qemu_get_host_physmem(); in tcg_region_init()