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

/netbsd-current/sys/uvm/
H A Duvm_map.c287 static void uvm_mapent_copy(struct vm_map_entry *, struct vm_map_entry *);
806 * uvm_mapent_copy: copy a map entry, preserving flags
810 uvm_mapent_copy(struct vm_map_entry *src, struct vm_map_entry *dst) function
935 * uvm_mapent_splitadj: adjust map entries for splitting, after uvm_mapent_copy.
992 uvm_mapent_copy(entry, new_entry); /* entry -> new_entry */
1021 uvm_mapent_copy(entry, new_entry); /* entry -> new_entry */
4374 uvm_mapent_copy(old_entry, new_entry);

Completed in 272 milliseconds