Searched refs:size__ (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_map.h | 93 #define xe_map_rd_ring_u32(xe__, map__, index__, size__) \ argument 94 xe_map_rd_array_u32(xe__, map__, (index__) % (size__)) 96 #define xe_map_wr_ring_u32(xe__, map__, index__, size__, val__) \ argument 97 xe_map_wr_array_u32(xe__, map__, (index__) % (size__), val__)
|
| /drivers/gpu/drm/i915/ |
| A D | i915_utils.h | 72 typeof(size) size__ = (size); \ 74 (void)(&start__ == &size__); \ 76 start__ >= max__ || size__ > max__ - start__; \ 84 typeof(size) size__ = (size); \ 86 (void)(&start__ == &size__); \ 88 start__ > max__ || size__ > max__ - start__; \
|
Completed in 4 milliseconds