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

  /src/sys/uvm/
uvm_map.h 78 * UVM_MAP_CLIP_START: ensure that the entry begins at or after
84 #define UVM_MAP_CLIP_START(MAP,ENTRY,VA) { \
86 uvm_map_clip_start(MAP,ENTRY,VA); \
285 void uvm_map_clip_start(struct vm_map *, struct vm_map_entry *,
uvm_map.c 979 * uvm_map_clip_start: ensure that the entry begins at or after
982 * => caller should use UVM_MAP_CLIP_START macro rather than calling
988 uvm_map_clip_start(struct vm_map *map, struct vm_map_entry *entry, function in typeref:typename:void
2337 UVM_MAP_CLIP_START(map, entry, start);
2816 UVM_MAP_CLIP_START(srcmap, entry, start);
3109 UVM_MAP_CLIP_START(map, entry, start);
3173 UVM_MAP_CLIP_START(map, entry, start);
3345 UVM_MAP_CLIP_START(map, entry, start);
3377 UVM_MAP_CLIP_START(map, entry, start);
3524 UVM_MAP_CLIP_START(map, entry, start)
    [all...]
uvm_amap.c 863 UVM_MAP_CLIP_START(map, entry, startva);

Completed in 14 milliseconds