Home
last modified time | relevance | path

Searched refs:__bf_shf (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dbitfield.h45 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro
69 ~((_mask) >> __bf_shf(_mask)) & \
76 (1ULL << __bf_shf(_mask))); \
89 (typeof(_mask))((_mask) >> __bf_shf(_mask)); \
102 !((((typeof(_mask))_val) << __bf_shf(_mask)) & ~(_mask)); \
116 ((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask); \
138 BUILD_BUG_ON_ZERO(~((_mask) >> __bf_shf(_mask)) & (_val)) + \
140 __BF_CHECK_POW2((_mask) + (1ULL << __bf_shf(_mask))) + \
142 (((typeof(_mask))(_val) << __bf_shf(_mask)) & (_mask)) \
156 (typeof(_mask))(((_reg) & (_mask)) >> __bf_shf(_mask)); \

Completed in 4 milliseconds