Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/kernel/
H A Dunwind.c184 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()
385 init_unwind_table(table, module->name, core_text->base, core_text->size, in unwind_add_table()
/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c2082 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()