Searched refs:heap_context_size_aligned (Results 1 – 2 of 2) sorted by relevance
55 ctx_offset = heap_nr * ctx_alloc->heap_context_size_aligned; in sub_alloc()58 ctx_alloc->heap_context_size_aligned, KBASE_REG_CPU_WR, &mapping); in sub_alloc()67 memset(ctx_ptr, 0, ctx_alloc->heap_context_size_aligned); in sub_alloc()109 heap_context_pa, ctx_alloc->heap_context_size_aligned, in evict_heap_context()137 WARN_ON(ctx_offset % ctx_alloc->heap_context_size_aligned)) in sub_free()142 heap_nr = ctx_offset / ctx_alloc->heap_context_size_aligned; in sub_free()162 ctx_alloc->heap_context_size_aligned = in kbase_csf_heap_context_allocator_init()200 u64 nr_pages = PFN_UP(MAX_TILER_HEAPS * ctx_alloc->heap_context_size_aligned); in kbase_csf_heap_context_allocator_alloc()
659 u32 heap_context_size_aligned; member