Home
last modified time | relevance | path

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

/tools/include/linux/
A Dbitfield.h60 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument
63 _pfx "mask is not constant"); \
64 BUILD_BUG_ON_MSG((_mask) == 0, _pfx "mask is zero"); \
67 _pfx "value too large for the field"); \
70 _pfx "type of reg too small for mask"); \

Completed in 2 milliseconds