Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dunwind_orc.c81 static struct orc_entry *orc_find(unsigned long ip);
111 return orc_find(caller); in orc_ftrace_find()
144 static struct orc_entry *orc_find(unsigned long ip) in orc_find() function
443 orc = orc_find(state->signal ? state->ip : state->ip - 1); in unwind_next_frame()