Home
last modified time | relevance | path

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

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