Searched defs:ptr_unmask_bits (Results 1 – 2 of 2) sorted by relevance
119 #define ptr_unmask_bits(ptr, n) ((unsigned long)(ptr) & (BIT(n) - 1)) macro
165 #define ptr_unmask_bits(ptr, n) ((unsigned long)(ptr) & (BIT(n) - 1)) macro