Searched refs:VM_MAP_COPY_ENTRY_LIST (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c2605 assert(copy_map->type == VM_MAP_COPY_ENTRY_LIST);
2606 if (copy_map->type != VM_MAP_COPY_ENTRY_LIST) {
5626 case VM_MAP_COPY_ENTRY_LIST:
5690 if (copy->type == VM_MAP_COPY_ENTRY_LIST) {
5952 assert(copy->type == VM_MAP_COPY_ENTRY_LIST);
6337 copy->type = VM_MAP_COPY_ENTRY_LIST;
6548 copy->type != VM_MAP_COPY_ENTRY_LIST) {
6641 head_copy->type = VM_MAP_COPY_ENTRY_LIST;
6682 tail_copy->type = VM_MAP_COPY_ENTRY_LIST;
6725 assert(copy->type == VM_MAP_COPY_ENTRY_LIST);
[all...]
H A Dvm_map.h418 #define VM_MAP_COPY_ENTRY_LIST 1 macro

Completed in 81 milliseconds