Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-all.h933 extern int mem_prealloc;
Dvl.c202 int mem_prealloc = 0; /* force preallocation of physical target memory */ variable
Dvl-android.c271 int mem_prealloc = 0; /* force preallocation of physical target memory */ variable
Dexec.c2674 flags |= mem_prealloc ? MAP_POPULATE | MAP_SHARED : in qemu_ram_remap()