Searched refs:__orc_find (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | unwind_orc.c | 29 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find() function 66 return __orc_find(mod->arch.orc_unwind_ip, mod->arch.orc_unwind, in orc_module_find() 145 return __orc_find(__start_orc_unwind_ip + start, in orc_find() 151 return __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in orc_find() 255 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, in unwind_init() 267 orc = __orc_find(__start_orc_unwind_ip, __start_orc_unwind, num_entries, in unwind_init()
|