Home
last modified time | relevance | path

Searched refs:ip_table (Results 1 – 2 of 2) sorted by relevance

/arch/loongarch/kernel/
A Dunwind_orc.c59 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find() argument
62 int *first = ip_table; in __orc_find()
64 int *last = ip_table + num_entries - 1; in __orc_find()
85 return u_table + (found - ip_table); in __orc_find()
/arch/x86/kernel/
A Dunwind_orc.c83 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, in __orc_find() argument
86 int *first = ip_table; in __orc_find()
87 int *last = ip_table + num_entries - 1; in __orc_find()
109 return u_table + (found - ip_table); in __orc_find()

Completed in 5 milliseconds