Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dunwind_orc.c78 static struct orc_entry *orc_find(unsigned long ip);
108 return orc_find(caller); in orc_ftrace_find()
141 static struct orc_entry *orc_find(unsigned long ip) in orc_find() function
404 orc = orc_find(state->signal ? state->ip : state->ip - 1); in unwind_next_frame()