Home
last modified time | relevance | path

Searched defs:GENMASK_INPUT_CHECK (Results 1 – 2 of 2) sorted by relevance

/linux/tools/include/linux/
H A Dbits.h23 #define GENMASK_INPUT_CHECK(h, l) \ macro
31 #define GENMASK_INPUT_CHECK(h, l) 0 macro
/linux/include/linux/
H A Dbits.h24 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h))) macro
30 #define GENMASK_INPUT_CHECK(h, l) 0 macro