Searched refs:ORC_REG_UNDEFINED (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dorc_types.h15 * ORC_REG_UNDEFINED means the corresponding register's value didn't change in
25 #define ORC_REG_UNDEFINED 0 macro
/linux-master/tools/arch/loongarch/include/asm/
H A Dorc_types.h15 * ORC_REG_UNDEFINED means the corresponding register's value didn't change in
25 #define ORC_REG_UNDEFINED 0 macro
/linux-master/arch/x86/include/asm/
H A Dorc_types.h20 * ORC_REG_UNDEFINED means the corresponding register's value didn't change in
30 #define ORC_REG_UNDEFINED 0 macro
/linux-master/tools/arch/x86/include/asm/
H A Dorc_types.h20 * ORC_REG_UNDEFINED means the corresponding register's value didn't change in
30 #define ORC_REG_UNDEFINED 0 macro
/linux-master/tools/objtool/arch/loongarch/
H A Dorc.c64 orc->fp_reg = ORC_REG_UNDEFINED;
81 orc->ra_reg = ORC_REG_UNDEFINED;
150 if (reg == ORC_REG_UNDEFINED)
H A Ddecode.c48 case ORC_REG_UNDEFINED:
/linux-master/tools/objtool/arch/x86/
H A Dorc.c81 orc->bp_reg = ORC_REG_UNDEFINED;
171 else if (reg == ORC_REG_UNDEFINED)
H A Ddecode.c798 case ORC_REG_UNDEFINED:
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c49 .fp_reg = ORC_REG_UNDEFINED,
448 case ORC_REG_UNDEFINED:
465 } else if (orc->ra_reg == ORC_REG_UNDEFINED) {
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c185 .bp_reg = ORC_REG_UNDEFINED,
642 case ORC_REG_UNDEFINED:

Completed in 147 milliseconds