Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c847 u64 aligned_fixed_address = alloc_ex->in.fixed_address & PAGE_MASK; in kbase_api_mem_alloc_ex() local
849 if ((aligned_fixed_address == 0) || in kbase_api_mem_alloc_ex()
850 (aligned_fixed_address != alloc_ex->in.fixed_address)) in kbase_api_mem_alloc_ex()
853 gpu_va = aligned_fixed_address; in kbase_api_mem_alloc_ex()