HomeSort by: relevance | last modified time | path
    Searched refs:amap_copy (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/uvm/
uvm_amap.h 72 void amap_copy /* clear amap needs-copy flag */
118 * amap_copy flags
220 * allowing amap_copy() to break larger amaps up into smaller sized
228 * nothing gets allocated (amap_copy is never called because the protection
uvm_map.c 2849 amap_copy(srcmap, entry,
2856 /* amap_copy could clip (during chunk)! update fudge */
3599 amap_copy(map, entry, 0, start, end);
3855 amap_copy(map, entry, 0, entry->start,
4467 amap_copy(old_map, old_entry, AMAP_COPY_NOCHUNK,
4531 amap_copy(new_map, new_entry,
5034 amap_copy(map, entry, 0, start, end);
uvm_amap.c 808 * amap_copy: ensure that a map entry's "needs_copy" flag is false
822 amap_copy(struct vm_map *map, struct vm_map_entry *entry, int flags, function in typeref:typename:void
uvm_fault.c 232 amap_copy(ufi->map, ufi->entry, AMAP_COPY_NOWAIT,

Completed in 18 milliseconds