Searched refs:vm_map_copy (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/osfmk/mach/ |
| H A D | vm_types.h | 205 struct vm_map_copy; 213 typedef struct vm_map_copy *vm_map_copy_t;
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_map_store.h | 46 struct vm_map_copy; 159 void vm_map_store_copy_reset( struct vm_map_copy*, struct vm_map_entry*);
|
| H A D | vm_map_store_ll.h | 41 void vm_map_store_copy_reset_ll( struct vm_map_copy*, struct vm_map_entry*, int);
|
| H A D | vm_map_store_rb.h | 42 void vm_map_store_copy_reset_rb( struct vm_map_copy*, struct vm_map_entry*, int);
|
| H A D | vm_map.h | 682 struct vm_map_copy { struct
|
| H A D | vm_map.c | 740 vm_map_copy_require(struct vm_map_copy *copy) in vm_map_copy_require() 742 zone_id_require(ZONE_ID_VM_MAP_COPY, sizeof(struct vm_map_copy), copy); in vm_map_copy_require() 1135 vm_map_copy_zone = zone_create_ext("VM map copies", sizeof(struct vm_map_copy), in vm_map_init() 8587 memcpy((void *) new_copy, (void *) copy, sizeof(struct vm_map_copy)); in vm_map_copy_copy()
|