Searched refs:VM_FLAGS_ALREADY (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h301 #define VM_FLAGS_ALREADY 0x1000 /* OK if same mapping already exists */ macro
/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c1163 VM_FLAGS_FIXED | VM_FLAGS_ALREADY,
1179 VM_FLAGS_FIXED | VM_FLAGS_ALREADY,
H A Dvm_map.c1647 if (flags & VM_FLAGS_ALREADY) {
1649 * VM_FLAGS_ALREADY says that it's OK if the same mapping
1931 if (! (flags & VM_FLAGS_ALREADY)) {

Completed in 108 milliseconds