Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dorc_types.h44 #define ORC_TYPE_CALL 2 macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dorc_types.h44 #define ORC_TYPE_CALL 2 macro
/openbmc/linux/arch/x86/kernel/
H A Dunwind_orc.c186 .type = ORC_TYPE_CALL
191 .type = ORC_TYPE_CALL,
582 case ORC_TYPE_CALL: in unwind_next_frame()
/openbmc/linux/tools/objtool/
H A Dorc_dump.c45 case ORC_TYPE_CALL: in orc_type_name()
H A Dorc_gen.c41 orc->type = ORC_TYPE_CALL; in init_orc_entry()