Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/include/asm/
Dunwind.h37 struct unwind_table { struct
46 extern struct unwind_table *unwind_table_add(unsigned long start, argument
50 extern void unwind_table_del(struct unwind_table *tab);
Dmodule.h8 struct unwind_table;
23 struct unwind_table *unwind[ARM_SEC_MAX];
/linux-3.4.99/arch/parisc/include/asm/
Dunwind.h43 struct unwind_table { struct
64 struct unwind_table * argument
68 unwind_table_remove(struct unwind_table *table);
Dmodule.h20 struct unwind_table;
31 struct unwind_table *unwind;
/linux-3.4.99/arch/parisc/kernel/
Dunwind.c43 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()
/linux-3.4.99/arch/arm/kernel/
Dunwind.c196 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()