Searched refs:__orc_find (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | unwind_orc.c | 30 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find() function 67 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find() 173 return __orc_find(__start_orc_unwind_ip + start, in orc_find() 179 return __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in orc_find() 283 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in unwind_init() 295 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, num_entries, in unwind_init()
|