Searched refs:BIT_MASK_UPPER (Results 1 – 1 of 1) sorted by relevance
1282 #define BIT_MASK_UPPER(i) ((i) >= BITS_PER_LONG ? 0 : ~0UL << (i)) macro1285 i = ffs(inst_mask & BIT_MASK_UPPER(i + 1)))