Searched refs:unwind_table (Results 1 – 6 of 6) sorted by relevance
37 struct unwind_table { struct46 extern struct unwind_table *unwind_table_add(unsigned long start, argument50 extern void unwind_table_del(struct unwind_table *tab);
8 struct unwind_table;23 struct unwind_table *unwind[ARM_SEC_MAX];
43 struct unwind_table { struct64 struct unwind_table * argument68 unwind_table_remove(struct unwind_table *table);
20 struct unwind_table;31 struct unwind_table *unwind;
43 static struct unwind_table kernel_unwind_table __read_mostly;47 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table()72 struct unwind_table *table; in find_unwind_entry()94 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init()136 struct unwind_table *141 struct unwind_table *table; in unwind_table_add()148 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add()159 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
196 struct unwind_table *table; in unwind_find_idx()453 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add()458 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add()479 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()