Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A 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);
H A Dmodule.h7 struct unwind_table;
39 struct unwind_table *unwind[ARM_SEC_MAX];
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A 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()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dunwind.h47 struct unwind_table { struct
68 struct unwind_table * argument
72 unwind_table_remove(struct unwind_table *table);
H A Dmodule.h11 struct unwind_table;
22 struct unwind_table *unwind;
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A 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()
227 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *);
257 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr()
369 static struct unwind_table *last_table;
375 struct unwind_table *table; in unwind_add_table()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dunwind.c189 struct unwind_table *table; in unwind_find_idx()
501 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add()
506 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add()
527 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()