Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_heap_context_alloc.c94 u32 offset_in_bytes = (u32)(heap_gpu_va - ctx_alloc->gpu_va); in evict_heap_context() local
95 u32 offset_within_page = offset_in_bytes & ~PAGE_MASK; in evict_heap_context()
96 u32 page_index = offset_in_bytes >> PAGE_SHIFT; in evict_heap_context()