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

/darwin-on-arm/xnu/osfmk/mach/
H A Dmemory_object.h110 #define MEMORY_OBJECT_COPY_SYMMETRIC 4 macro
H A Dmemory_object_types.h208 #define MEMORY_OBJECT_COPY_SYMMETRIC 4 macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_object.c577 vm_object_template.copy_strategy = MEMORY_OBJECT_COPY_SYMMETRIC;
3288 case MEMORY_OBJECT_COPY_SYMMETRIC:
3853 case MEMORY_OBJECT_COPY_SYMMETRIC:
3906 assert(source->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC);
H A Dvm_map.c2492 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)
2610 * MEMORY_OBJECT_COPY_SYMMETRIC safe for
2758 * MEMORY_OBJECT_COPY_SYMMETRIC safe for
6830 new_object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC &&
6858 new_object->copy_strategy != MEMORY_OBJECT_COPY_SYMMETRIC) {
7932 else if (src_object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC &&
8212 MEMORY_OBJECT_COPY_SYMMETRIC) {
8364 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC) {
10754 object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC &&
11172 MEMORY_OBJECT_COPY_SYMMETRIC) {
[all...]
H A Dvm_user.c2361 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)
2503 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)
H A Dvm_pageout.c6054 if (object->copy_strategy == MEMORY_OBJECT_COPY_SYMMETRIC)

Completed in 114 milliseconds