Searched refs:physstart (Results 1 – 1 of 1) sorted by relevance
198 user_dump_map_traverse_send_segdata_callback(vm_offset_t physstart, vm_offset_t physend, void * con… in user_dump_map_traverse_send_segdata_callback() argument202 assert(physstart < physend); in user_dump_map_traverse_send_segdata_callback()204 void * vphysstart = (void *) phystokv(physstart); in user_dump_map_traverse_send_segdata_callback()205 …return uds_context->callback(vphysstart, (uint64_t)((uintptr_t)physend - (uintptr_t)physstart), ud… in user_dump_map_traverse_send_segdata_callback()