Searched refs:ptr_mask_bits (Results 1 – 3 of 3) sorted by relevance
43 #define intel_context_inflight(ce) ptr_mask_bits((ce)->inflight, 2)
145 #define ptr_mask_bits(ptr, n) ({ \ macro174 #define page_mask_bits(ptr) ptr_mask_bits(ptr, PAGE_SHIFT)
2348 drm_syncobj_put(ptr_mask_bits(fences[n], 2)); in __free_fence_array()