Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvdpa.c1110 unsigned long npages, cur_base, map_pfn, last_pfn = 0; in vhost_vdpa_pa_map() local
1145 cur_base = uaddr & PAGE_MASK; in vhost_vdpa_pa_map()
1151 pinned = pin_user_pages(cur_base, sz2pin, in vhost_vdpa_pa_map()
1199 cur_base += PFN_PHYS(pinned); in vhost_vdpa_pa_map()
/linux/tools/perf/util/
H A Dmachine.c2621 u64 cur_base, distance; in has_stitched_lbr()
2627 cur_base = max_lbr - cur_stack->nr + cur_stack->hw_idx + 1; in alloc_lbr_stitch()
2629 distance = (prev_stack->hw_idx > cur_base) ? (prev_stack->hw_idx - cur_base) : in alloc_lbr_stitch()
2630 (max_lbr + prev_stack->hw_idx - cur_base); in alloc_lbr_stitch()
2561 u64 cur_base, distance; has_stitched_lbr() local