Searched refs:BITS_PER_LONG (Results 1 – 8 of 8) sorted by relevance
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))))
37 #ifndef BITS_PER_LONG38 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro46 (((~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))))
89 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro90 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
828 #define BITS_PER_LONG (__SIZEOF_LONG__ * 8) macro830 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
435 return (BITS_PER_LONG == 32); in zpl_is_32bit_api()
174 #if BITS_PER_LONG == 32
18 #define BITS_PER_LONG 32 macro20 #define BITS_PER_LONG 64 macro