Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/linux/
Dstatic_call_types.h24 #define STATIC_CALL_SITE_TAIL 1UL /* tail call */ macro
/Linux-v6.6/include/linux/
Dstatic_call_types.h24 #define STATIC_CALL_SITE_TAIL 1UL /* tail call */ macro
/Linux-v6.6/kernel/
Dstatic_call_inline.c67 return __static_call_key(site) & STATIC_CALL_SITE_TAIL; in static_call_is_tail()
/Linux-v6.6/tools/objtool/
Dcheck.c746 is_sibling_call(insn) * STATIC_CALL_SITE_TAIL)) in create_static_call_sections()