Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
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);
A Dmodule.h7 struct unwind_table;
39 struct unwind_table *unwind[ARM_SEC_MAX];
/linux/arch/parisc/kernel/
A Dunwind.c46 static struct unwind_table kernel_unwind_table __ro_after_init;
50 find_unwind_entry_in_table(const struct unwind_table *table, unsigned long addr) in find_unwind_entry_in_table()
75 struct unwind_table *table; in find_unwind_entry()
102 unwind_table_init(struct unwind_table *table, const char *name, in unwind_table_init()
145 struct unwind_table *
150 struct unwind_table *table; in unwind_table_add()
157 table = kmalloc(sizeof(struct unwind_table), GFP_USER); in unwind_table_add()
168 void unwind_table_remove(struct unwind_table *table) in unwind_table_remove()
/linux/arch/parisc/include/asm/
A Dunwind.h47 struct unwind_table { struct
68 struct unwind_table * argument
72 unwind_table_remove(struct unwind_table *table);
A Dmodule.h11 struct unwind_table;
22 struct unwind_table *unwind;
/linux/arch/arc/kernel/
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,
370 static struct unwind_table *last_table;
376 struct unwind_table *table; in unwind_add_table()
407 struct unwind_table *table;
414 struct unwind_table *table = info->table, *prev; in unlink_table()
439 struct unwind_table *table = handle; in unwind_remove_table()
[all …]
/linux/arch/arm/kernel/
A Dunwind.c186 struct unwind_table *table; in unwind_find_idx()
502 struct unwind_table *unwind_table_add(unsigned long start, unsigned long size, in unwind_table_add()
507 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); in unwind_table_add()
528 void unwind_table_del(struct unwind_table *tab) in unwind_table_del()

Completed in 12 milliseconds