Searched refs:__orc_find (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | unwind_orc.c | 83 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find() function 120 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find() 227 return __orc_find(__start_orc_unwind_ip + start, in orc_find() 233 return __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in orc_find() 341 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in unwind_init() 353 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, num_entries, in unwind_init()
|