Searched refs:unwind_table (Results 1 – 7 of 7) sorted by relevance
/arch/arm/include/asm/ |
D | unwind.h | 25 struct unwind_table { struct 34 extern struct unwind_table *unwind_table_add(unsigned long start, argument 38 extern void unwind_table_del(struct unwind_table *tab);
|
D | module.h | 7 struct unwind_table; 39 struct unwind_table *unwind[ARM_SEC_MAX];
|
/arch/parisc/include/asm/ |
D | module.h | 11 struct unwind_table; 22 struct unwind_table *unwind;
|
D | unwind.h | 47 struct unwind_table { struct 68 struct unwind_table * argument 72 unwind_table_remove(struct unwind_table *table);
|
/arch/parisc/kernel/ |
D | unwind.c | 45 static struct unwind_table kernel_unwind_table __ro_after_init; 49 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table() 74 struct unwind_table *table; in find_unwind_entry() 101 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init() 144 struct unwind_table * 149 struct unwind_table *table; in unwind_table_add() 156 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add() 167 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
|
/arch/arc/kernel/ |
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, 184 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table() 228 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *); 258 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr() 370 static struct unwind_table *last_table; 376 struct unwind_table *table; in unwind_add_table() [all …]
|
/arch/arm/kernel/ |
D | unwind.c | 186 struct unwind_table *table; in unwind_find_idx() 525 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add() 530 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add() 551 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()
|