Searched refs:init_unwind_table (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/arc/kernel/ ! |
D | unwind.c | 184 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table() function 219 init_unwind_table(&root_table, "kernel", _text, _end - _text, NULL, 0, in arc_unwind_init() 380 init_unwind_table(table, module->name, in unwind_add_table()
|
/linux-6.1.9/arch/ia64/kernel/ ! |
D | unwind.c | 2082 init_unwind_table (struct unw_table *table, const char *name, unsigned long segment_base, in init_unwind_table() function 2114 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table() 2279 init_unwind_table(&unw.kernel_table, "kernel", KERNEL_START, (unsigned long) __gp, in unw_init()
|