Searched refs:_pfx (Results 1 – 1 of 1) sorted by relevance
52 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument55 _pfx "mask is not constant"); \56 BUILD_BUG_ON_MSG(!(_mask), _pfx "mask is zero"); \59 _pfx "value too large for the field"); \61 _pfx "type of reg too small for mask"); \
Completed in 3 milliseconds