Home
last modified time | relevance | path

Searched defs:static_call (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dstatic_call_types.h90 #define static_call(name) __static_call(name) macro
98 #define static_call(name) \ macro
/openbmc/linux/include/linux/
H A Dstatic_call_types.h90 #define static_call(name) __static_call(name) macro
98 #define static_call(name) \ macro
/openbmc/linux/tools/objtool/include/objtool/
H A Dbuiltin.h25 bool static_call; member