Home
last modified time | relevance | path

Searched refs:mem_partials (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/
H A Dmali_kbase_context.c152 INIT_LIST_HEAD(&kctx->mem_partials); in kbase_context_common_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/context/
H A Dmali_kbase_context.c148 INIT_LIST_HEAD(&kctx->mem_partials); in kbase_context_common_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1313 * added to @mem_partials list.
1314 * @mem_partials: List head for the list of large pages, 2MB in size, which
1562 struct list_head mem_partials; member
H A Dmali_kbase_mem.c1936 list_for_each_entry_safe(sa, temp_sa, &kctx->mem_partials, link) in kbase_alloc_phy_pages_helper()
2006 list_add(&sa->link, &kctx->mem_partials); in kbase_alloc_phy_pages_helper()
2111 list_for_each_entry_safe(sa, temp_sa, &kctx->mem_partials, link) in kbase_alloc_phy_pages_helper_locked()
2168 list_add(&sa->link, &kctx->mem_partials); in kbase_alloc_phy_pages_helper_locked()
2247 list_add(&sa->link, &kctx->mem_partials); in free_partial()
2348 list_add(&sa->link, &kctx->mem_partials); in free_partial_locked()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c2265 &kctx->mem_partials, link) { in kbase_alloc_phy_pages_helper()
2342 list_add(&sa->link, &kctx->mem_partials); in kbase_alloc_phy_pages_helper()
2459 &kctx->mem_partials, link) { in kbase_alloc_phy_pages_helper_locked()
2521 list_add(&sa->link, &kctx->mem_partials); in kbase_alloc_phy_pages_helper_locked()
2615 list_add(&sa->link, &kctx->mem_partials); in free_partial()
2738 list_add(&sa->link, &kctx->mem_partials); in free_partial_locked()
H A Dmali_kbase_defs.h1488 * added to @mem_partials list.
1489 * @mem_partials: List head for the list of large pages, 2MB in size, which
1739 struct list_head mem_partials; member

Completed in 19 milliseconds