Searched refs:MEMORY_OBJECT_COPY_DELAY (Results 1 - 12 of 12) sorted by relevance

/xnu-2422.115.4/osfmk/mach/
H A Dmemory_object.h101 #define MEMORY_OBJECT_COPY_DELAY 2 macro
H A Dmemory_object_types.h199 #define MEMORY_OBJECT_COPY_DELAY 2 macro
/xnu-2422.115.4/osfmk/vm/
H A Ddevice_vm.c259 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_apple_protect.c252 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_swapfile_pager.c240 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dmemory_object.c1125 case MEMORY_OBJECT_COPY_DELAY:
1308 copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dbsd_vm.c589 attributes.copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_user.c2572 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
2744 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
H A Dvm_object.c3425 case MEMORY_OBJECT_COPY_DELAY:
3922 if (copy_strategy == MEMORY_OBJECT_COPY_DELAY) {
3959 case MEMORY_OBJECT_COPY_DELAY:
H A Dvm_fault.c3291 if (object->copy_strategy == MEMORY_OBJECT_COPY_DELAY &&
3845 cur_object->copy_strategy == MEMORY_OBJECT_COPY_DELAY) {
H A Dvm_map.c2581 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
9003 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;
11961 MEMORY_OBJECT_COPY_DELAY;
H A Dvm_pageout.c6823 object->copy_strategy = MEMORY_OBJECT_COPY_DELAY;

Completed in 102 milliseconds