Searched refs:__orc_find (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/arch/x86/kernel/ |
| D | unwind_orc.c | 33 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find() function 70 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find() 178 return __orc_find(__start_orc_unwind_ip + start, in orc_find() 184 return __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in orc_find() 295 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in unwind_init() 307 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, num_entries, in unwind_init()
|