Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dmodule.h27 void *core_unw_table; /* core unwind-table cookie returned by unwinder */ member
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c894 mod->arch.core_unw_table = unw_add_unwind_table(mod->name, 0, mod->arch.gp, in register_unwind_table()
897 mod->arch.core_unw_table, core, core + num_core); in register_unwind_table()
945 if (mod->arch.core_unw_table) { in module_arch_cleanup()
946 unw_remove_unwind_table(mod->arch.core_unw_table); in module_arch_cleanup()
947 mod->arch.core_unw_table = NULL; in module_arch_cleanup()