Searched defs:gen6_for_each_pde (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | gen6_ppgtt.h | 58 #define gen6_for_each_pde(pt, pd, start, length, iter) \ macro
|
H A D | gen6_ppgtt.c | 192 gen6_for_each_pde(pt, pd, start, length, pde) { in gen6_alloc_va_range() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | gen6_ppgtt.h | 57 #define gen6_for_each_pde(pt, pd, start, length, iter) \ macro
|
H A D | gen6_ppgtt.c | 184 gen6_for_each_pde(pt, pd, start, length, pde) { in gen6_alloc_va_range() function
|
Completed in 3 milliseconds