Home
last modified time | relevance | path

Searched refs:ORC_REG_BP (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dorc_types.h34 #define ORC_REG_BP 4 macro
H A Dunwind_hints.h31 .set sp_reg, ORC_REG_BP
/openbmc/linux/tools/arch/x86/include/asm/
H A Dorc_types.h34 #define ORC_REG_BP 4 macro
/openbmc/linux/tools/objtool/
H A Dorc_gen.c64 orc->sp_reg = ORC_REG_BP; in init_orc_entry()
94 orc->bp_reg = ORC_REG_BP; in init_orc_entry()
H A Dorc_dump.c21 case ORC_REG_BP: in reg_name()
/openbmc/linux/arch/x86/kernel/
H A Dunwind_orc.c192 .sp_reg = ORC_REG_BP,
520 case ORC_REG_BP: in unwind_next_frame()
652 case ORC_REG_BP: in unwind_next_frame()
/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c795 case ORC_REG_BP: in arch_decode_hint_reg()