Searched refs:MAP_POPULATE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c52 #ifndef MAP_POPULATE
53 #define MAP_POPULATE 0 macro
208 * current map. MAP_POPULATE seems like the right thing to do, but we
212 MAP_SHARED | MAP_POPULATE, table->fd, 0);
523 * current map. MAP_POPULATE seems like the right thing to do, but we
527 MAP_SHARED | MAP_POPULATE, pool->fd,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c216 * current map. MAP_POPULATE seems like the right thing to do, but we
220 MAP_SHARED | MAP_POPULATE, table->fd, 0);
555 * current map. MAP_POPULATE seems like the right thing to do, but we
559 MAP_SHARED | MAP_POPULATE, pool->fd,

Completed in 7 milliseconds