Searched refs:activated_ptr (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | mmap-alloc.c | 194 void *activated_ptr; in mmap_activate() local 207 activated_ptr = mmap(ptr, size, prot, flags | map_sync_flags, fd, in mmap_activate() 209 if (activated_ptr == MAP_FAILED && map_sync_flags) { in mmap_activate() 232 activated_ptr = mmap(ptr, size, prot, flags, fd, map_offset); in mmap_activate() 234 return activated_ptr; in mmap_activate()
|