Searched refs:BITS_PER_LONG (Results 1 – 8 of 8) sorted by relevance
16 #ifndef BITS_PER_LONG17 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro24 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
32 #ifndef BITS_PER_LONG33 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
12 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro14 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
32 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro34 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
18 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro20 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
110 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro111 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
950 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro952 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
18 #define BITS_PER_LONG 32 macro20 #define BITS_PER_LONG 64 macro