Searched refs:orc_a (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c206 struct orc_entry *orc_a, *orc_b; local
214 orc_a = cur_orc_table + (a - cur_orc_ip_table);
216 swap(*orc_a, *orc_b);
224 struct orc_entry *orc_a; local
237 orc_a = cur_orc_table + (a - cur_orc_ip_table);
239 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1;
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c252 struct orc_entry *orc_a, *orc_b; local
262 orc_a = cur_orc_table + (a - cur_orc_ip_table);
264 swap(*orc_a, *orc_b);
269 struct orc_entry *orc_a; local
285 orc_a = cur_orc_table + (a - cur_orc_ip_table);
286 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1;
/linux-master/scripts/
H A Dsorttable.h113 struct orc_entry *orc_a; local
130 orc_a = g_orc_table + (a - g_orc_ip_table);
131 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1;

Completed in 246 milliseconds