Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/linux/
Dbitfield.h58 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro
68 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \
69 __bf_cast_unsigned(_reg, ~0ull), \
/Linux-v6.6/include/linux/
Dbitfield.h61 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) macro
71 BUILD_BUG_ON_MSG(__bf_cast_unsigned(_mask, _mask) > \
72 __bf_cast_unsigned(_reg, ~0ull), \