Searched refs:MAP_MEM_NAMED_REUSE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object_types.h372 #define MAP_MEM_NAMED_REUSE 0x80000 /* reuse provided entry if identical */ macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp196 memEntryCacheMode |= MAP_MEM_NAMED_REUSE;
H A DIOMemoryDescriptor.cpp579 prot |= MAP_MEM_NAMED_REUSE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1751 MAP_MEM_NAMED_REUSE))) {
1915 (permission & MAP_MEM_NAMED_REUSE)) {
2247 if (permission & MAP_MEM_NAMED_REUSE) {

Completed in 41 milliseconds