Searched refs:vm_map_copy (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_map_store.h | 46 struct vm_map_copy; 160 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 | 594 struct vm_map_copy { struct
|
| H A D | vm_map.c | 714 vm_map_copy_require(struct vm_map_copy *copy) in vm_map_copy_require() 716 zone_id_require(ZONE_ID_VM_MAP_COPY, sizeof(struct vm_map_copy), copy); in vm_map_copy_require() 1106 vm_map_copy_zone = zone_create_ext("VM map copies", sizeof(struct vm_map_copy), in vm_map_init() 8733 memcpy((void *) new_copy, (void *) copy, sizeof(struct vm_map_copy)); in vm_map_copy_copy()
|
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | vm_types.h | 209 struct vm_map_copy; 217 typedef struct vm_map_copy *vm_map_copy_t;
|