Searched refs:physstart (Results 1 – 1 of 1) sorted by relevance
197 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() argument201 assert(physstart < physend); in user_dump_map_traverse_send_segdata_callback()203 void * vphysstart = (void *) phystokv(physstart); in user_dump_map_traverse_send_segdata_callback()204 …return uds_context->callback(vphysstart, (uint64_t)((uintptr_t)physend - (uintptr_t)physstart), ud… in user_dump_map_traverse_send_segdata_callback()