Searched refs:pidx (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 1938 int pidx = 0; in kbase_alloc_phy_pages_helper() local 1941 pidx = find_next_zero_bit(sa->sub_pages, SZ_2M / SZ_4K, pidx); in kbase_alloc_phy_pages_helper() 1942 bitmap_set(sa->sub_pages, pidx, 1); in kbase_alloc_phy_pages_helper() 1943 *tp++ = as_tagged_tag(page_to_phys(sa->page + pidx), FROM_PARTIAL); in kbase_alloc_phy_pages_helper() 2113 int pidx = 0; in kbase_alloc_phy_pages_helper_locked() local 2116 pidx = find_next_zero_bit(sa->sub_pages, SZ_2M / SZ_4K, pidx); in kbase_alloc_phy_pages_helper_locked() 2117 bitmap_set(sa->sub_pages, pidx, 1); in kbase_alloc_phy_pages_helper_locked() 2118 *tp++ = as_tagged_tag(page_to_phys(sa->page + pidx), FROM_PARTIA in kbase_alloc_phy_pages_helper_locked() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem.c | 2266 int pidx = 0; in kbase_alloc_phy_pages_helper() local 2269 pidx = find_next_zero_bit(sa->sub_pages, in kbase_alloc_phy_pages_helper() 2271 pidx); in kbase_alloc_phy_pages_helper() 2272 bitmap_set(sa->sub_pages, pidx, 1); in kbase_alloc_phy_pages_helper() 2274 pidx), in kbase_alloc_phy_pages_helper() 2460 int pidx = 0; in kbase_alloc_phy_pages_helper_locked() local 2463 pidx = find_next_zero_bit(sa->sub_pages, in kbase_alloc_phy_pages_helper_locked() 2465 pidx); in kbase_alloc_phy_pages_helper_locked() 2466 bitmap_set(sa->sub_pages, pidx, 1); in kbase_alloc_phy_pages_helper_locked() 2468 sa->page + pidx), in kbase_alloc_phy_pages_helper_locked() [all...] |
Completed in 10 milliseconds