Searched refs:vm_map_copy (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_map_store.h | 46 struct vm_map_copy; 161 void vm_map_store_copy_reset( struct vm_map_copy*, struct vm_map_entry*);
|
| H A D | vm_map_store_ll.h | 42 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 | 602 struct vm_map_copy { struct
|
| H A D | vm_map.c | 705 vm_map_copy_require(struct vm_map_copy *copy) in vm_map_copy_require() 707 zone_id_require(ZONE_ID_VM_MAP_COPY, sizeof(struct vm_map_copy), copy); in vm_map_copy_require() 1097 vm_map_copy_zone = zone_create_ext("VM map copies", sizeof(struct vm_map_copy), in vm_map_init() 8736 memcpy((void *) new_copy, (void *) copy, sizeof(struct vm_map_copy)); in vm_map_copy_copy()
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | vm_types.h | 202 struct vm_map_copy; 210 typedef struct vm_map_copy *vm_map_copy_t;
|