Home
last modified time | relevance | path

Searched refs:orc_find (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dunwind_orc.c107 static struct orc_entry *orc_find(unsigned long ip);
142 return orc_find(tramp_addr); in orc_ftrace_find()
151 static struct orc_entry *orc_find(unsigned long ip) in orc_find() function
394 orc = orc_find(state->pc); in unwind_next_frame()
/linux/arch/x86/kernel/
H A Dunwind_orc.c132 static struct orc_entry *orc_find(unsigned long ip);
167 return orc_find(tramp_addr); in orc_ftrace_find()
209 static struct orc_entry *orc_find(unsigned long ip) in orc_find() function
510 orc = orc_find(state->signal ? state->ip : state->ip - 1); in unwind_next_frame()