Home
last modified time | relevance | path

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

/linux-5.19.10/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), \