Searched refs:unwind_table (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/arm/include/asm/ |
H A D | unwind.h | 25 struct unwind_table { struct 35 extern struct unwind_table *unwind_table_add(unsigned long start, argument 39 extern void unwind_table_del(struct unwind_table *tab);
|
H A D | module.h | 30 struct unwind_table *init_table;
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unwind.h | 47 struct unwind_table { struct 68 struct unwind_table * argument 72 unwind_table_remove(struct unwind_table *table);
|
H A D | module.h | 11 struct unwind_table; 22 struct unwind_table *unwind;
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | unwind.c | 47 static struct unwind_table kernel_unwind_table __ro_after_init; 51 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 76 struct unwind_table *table; in find_unwind_entry() 103 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 146 struct unwind_table * 151 struct unwind_table *table; in unwind_table_add() 158 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add() 169 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | unwind.c | 116 static struct unwind_table { struct 125 struct unwind_table *link; argument 156 static struct unwind_table *find_table(unsigned long pc) in find_table() 158 struct unwind_table *table; in find_table() 172 static void init_unwind_hdr(struct unwind_table *table, 365 static struct unwind_table *last_table; 371 struct unwind_table *table; in unwind_add_table() 404 struct unwind_table *table; 411 struct unwind_table *table = info->table, *prev; in unlink_table() 436 struct unwind_table *table = handle; in unwind_remove_table() [all …]
|
/openbmc/linux/arch/arm/kernel/ |
H A D | module.c | 481 struct unwind_table *table = in module_finalize() 514 struct unwind_table *tmp; in module_arch_cleanup() 515 struct unwind_table *n; in module_arch_cleanup() 529 struct unwind_table *init = mod->arch.init_table; in module_arch_freeing_init()
|
H A D | unwind.c | 190 struct unwind_table *table; in unwind_find_idx() 570 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add() 575 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() 596 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()
|