Searched defs:fixed_addr (Results 1 – 5 of 5) sorted by relevance
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_posix_libcdep.cc | 259 void *MmapFixedNoReserve(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoReserve() 277 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess()
|
| D | sanitizer_win.cc | 171 void *MmapFixedNoReserve(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoReserve() 193 void *MmapFixedOrDie(uptr fixed_addr, uptr size) { in MmapFixedOrDie() 210 void *MmapFixedNoAccess(uptr fixed_addr, uptr size, const char *name) { in MmapFixedNoAccess()
|
| D | sanitizer_posix.cc | 182 void *MmapFixedOrDie(uptr fixed_addr, uptr size) { in MmapFixedOrDie()
|
| /external/mesa3d/src/nouveau/vulkan/ |
| D | nvk_device_memory.c | 294 void *fixed_addr = NULL; in nvk_MapMemory2KHR() local
|
| /external/mesa3d/src/nouveau/winsys/ |
| D | nouveau_bo.c | 364 void *fixed_addr) in nouveau_ws_bo_map()
|