Searched refs:gpu_pc_pages_max (Results 1 – 1 of 1) sorted by relevance
3430 u64 gpu_pc_pages_max = 1ULL << gpu_pc_bits >> PAGE_SHIFT; in kbase_check_alloc_sizes() local3454 if ((flags & BASE_MEM_PROT_GPU_EX) && (va_pages > gpu_pc_pages_max)) { in kbase_check_alloc_sizes()3457 (unsigned long long)gpu_pc_pages_max); in kbase_check_alloc_sizes()