Searched refs:ptr_unmask_bits (Results 1 – 4 of 4) sorted by relevance
44 #define intel_context_inflight_count(ce) ptr_unmask_bits((ce)->inflight, 2)
133 __idle_hwsp_free(cl->hwsp, ptr_unmask_bits(cl->vaddr, CACHELINE_BITS)); in __idle_cacheline_free()518 ptr_unmask_bits(cl->vaddr, CACHELINE_BITS) * in intel_timeline_read_hwsp()
644 cur = ptr_unmask_bits(old, 2) ? ptr_dec(old) : NULL; in execlists_schedule_out()
150 #define ptr_unmask_bits(ptr, n) ((unsigned long)(ptr) & (BIT(n) - 1)) macro175 #define page_unmask_bits(ptr) ptr_unmask_bits(ptr, PAGE_SHIFT)