orc_find           78 arch/x86/kernel/unwind_orc.c static struct orc_entry *orc_find(unsigned long ip);
orc_find          108 arch/x86/kernel/unwind_orc.c 	return orc_find(caller);
orc_find          437 arch/x86/kernel/unwind_orc.c 	orc = orc_find(state->signal ? state->ip : state->ip - 1);