Searched refs:seg_start (Results 1 – 2 of 2) sorted by relevance
1325 uptr seg_start = phdr->p_vaddr + delta; in ForEachMappedRegion() local1326 uptr seg_end = seg_start + phdr->p_memsz; in ForEachMappedRegion()1329 seg_start = RoundDownTo(seg_start, GetPageSizeCached()); in ForEachMappedRegion()1331 cb((void *)seg_start, seg_end - seg_start); in ForEachMappedRegion()
3458 uint64_t seg_start = 0, seg_end = 0; in scan_io_queues_run_one() local3477 if (seg_start == 0) in scan_io_queues_run_one()3478 seg_start = SIO_GET_OFFSET(first_sio); in scan_io_queues_run_one()3496 scan_io_queues_update_seg_stats(queue, seg_start, seg_end); in scan_io_queues_run_one()