Searched refs:ORC_REG_PREV_SP (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dorc_types.h11 * ORC_REG_PREV_SP, also known as DWARF Call Frame Address (CFA), is the
26 #define ORC_REG_PREV_SP 1 macro
/linux-master/tools/arch/loongarch/include/asm/
H A Dorc_types.h11 * ORC_REG_PREV_SP, also known as DWARF Call Frame Address (CFA), is the
26 #define ORC_REG_PREV_SP 1 macro
/linux-master/arch/x86/include/asm/
H A Dorc_types.h16 * ORC_REG_PREV_SP, also known as DWARF Call Frame Address (CFA), is the
31 #define ORC_REG_PREV_SP 1 macro
/linux-master/tools/arch/x86/include/asm/
H A Dorc_types.h16 * ORC_REG_PREV_SP, also known as DWARF Call Frame Address (CFA), is the
31 #define ORC_REG_PREV_SP 1 macro
/linux-master/tools/objtool/arch/loongarch/
H A Dorc.c68 orc->fp_reg = ORC_REG_PREV_SP;
85 orc->ra_reg = ORC_REG_PREV_SP;
127 case ORC_REG_PREV_SP:
/linux-master/tools/objtool/arch/x86/
H A Dorc.c84 orc->bp_reg = ORC_REG_PREV_SP;
124 case ORC_REG_PREV_SP:
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c32 .fp_reg = ORC_REG_PREV_SP,
34 .ra_reg = ORC_REG_PREV_SP,
441 case ORC_REG_PREV_SP:
458 if (orc->ra_reg == ORC_REG_PREV_SP) {
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c194 .bp_reg = ORC_REG_PREV_SP,
647 case ORC_REG_PREV_SP:

Completed in 148 milliseconds