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

/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c58 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, argument
61 int *first = ip_table;
63 int *last = ip_table + num_entries - 1;
84 return u_table + (found - ip_table);
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c83 static struct orc_entry *__orc_find(int *ip_table, struct orc_entry *u_table, argument
86 int *first = ip_table;
87 int *last = ip_table + num_entries - 1;
109 return u_table + (found - ip_table);

Completed in 131 milliseconds