Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dunwind_orc.c77 static struct orc_entry *orc_find(unsigned long ip);
107 return orc_find(caller); in orc_ftrace_find()
116 static struct orc_entry *orc_find(unsigned long ip) in orc_find() function
376 orc = orc_find(state->signal ? state->ip : state->ip - 1); in unwind_next_frame()