Home
last modified time | relevance | path

Searched refs:current_start (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_map.c5887 vm_map_offset_t current_start; in vm_map_protect() local
5893 current_start = current->vme_start; in vm_map_protect()
5908 vm_map_lookup_entry_or_next(map, current_start, &current); in vm_map_protect()
5910 vm_map_clip_start(map, current, current_start); in vm_map_protect()
5913 start = current_start; in vm_map_protect()