Lines Matching refs:map_start
2633 vm_map_offset_t map_start, map_end; in mach_make_memory_entry_internal() local
2677 map_start = vm_map_trunc_page(offset, VM_MAP_PAGE_MASK(target_map)); in mach_make_memory_entry_internal()
2683 map_size = map_end - map_start; in mach_make_memory_entry_internal()
2729 map_size = map_end - map_start; in mach_make_memory_entry_internal()
2907 map_size = map_end - map_start; in mach_make_memory_entry_internal()
2914 offset_in_page = offset - map_start; in mach_make_memory_entry_internal()
2923 map_start, in mach_make_memory_entry_internal()
2986 map_start, in mach_make_memory_entry_internal()
3022 map_size = map_end - map_start; in mach_make_memory_entry_internal()
3029 offset_in_page = offset - map_start; in mach_make_memory_entry_internal()
3066 map_start, in mach_make_memory_entry_internal()
3223 map_start = vm_map_trunc_page(offset + parent_entry->data_offset, PAGE_MASK); in mach_make_memory_entry_internal()
3224 offset_in_page = (offset + parent_entry->data_offset) - map_start; in mach_make_memory_entry_internal()
3229 map_size = map_end - map_start; in mach_make_memory_entry_internal()
3232 map_size = map_end - map_start; in mach_make_memory_entry_internal()
3261 user_entry->offset = parent_entry->offset + map_start; in mach_make_memory_entry_internal()