Searched refs:cur_orc_table (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c200 static struct orc_entry *cur_orc_table = __start_orc_unwind; variable in typeref:struct:orc_entry
214 orc_a = cur_orc_table + (a - cur_orc_ip_table);
215 orc_b = cur_orc_table + (b - cur_orc_ip_table);
237 orc_a = cur_orc_table + (a - cur_orc_ip_table);
260 cur_orc_table = orc;
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c248 static struct orc_entry *cur_orc_table = __start_orc_unwind; variable in typeref:struct:orc_entry
262 orc_a = cur_orc_table + (a - cur_orc_ip_table);
263 orc_b = cur_orc_table + (b - cur_orc_ip_table);
285 orc_a = cur_orc_table + (a - cur_orc_ip_table);
307 cur_orc_table = orc;

Completed in 404 milliseconds