Searched refs:MEMORY_OBJECT_COPY_SYMMETRIC (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmemory_object.h110 #define MEMORY_OBJECT_COPY_SYMMETRIC 4 macro
H A Dmemory_object_types.h196 #define MEMORY_OBJECT_COPY_SYMMETRIC 4 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c475 vm_object_template.copy_strategy = MEMORY_OBJECT_COPY_SYMMETRIC;
2303 case MEMORY_OBJECT_COPY_SYMMETRIC:
2866 case MEMORY_OBJECT_COPY_SYMMETRIC:
2915 assert(source->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC);
4531 case MEMORY_OBJECT_COPY_SYMMETRIC:
H A Dvm_map.c2347 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)
2462 * MEMORY_OBJECT_COPY_SYMMETRIC safe for
7203 else if (src_object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC &&
7482 MEMORY_OBJECT_COPY_SYMMETRIC) {
7634 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC) {
10096 MEMORY_OBJECT_COPY_SYMMETRIC) {
10145 MEMORY_OBJECT_COPY_SYMMETRIC) {
H A Dvm_user.c2201 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)
2354 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)
H A Dvm_pageout.c4853 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)

Completed in 623 milliseconds