Home
last modified time | relevance | path

Searched refs:unwind_table (Results 1 – 7 of 7) sorted by relevance

/arch/arm/include/asm/
Dunwind.h25 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);
Dmodule.h7 struct unwind_table;
39 struct unwind_table *unwind[ARM_SEC_MAX];
/arch/parisc/include/asm/
Dmodule.h11 struct unwind_table;
22 struct unwind_table *unwind;
Dunwind.h47 struct unwind_table { struct
68 struct unwind_table * argument
72 unwind_table_remove(struct unwind_table *table);
/arch/parisc/kernel/
Dunwind.c45 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/
Dunwind.c116 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/
Dunwind.c186 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()