Home
last modified time | relevance | path

Searched refs:table_start (Results 1 – 5 of 5) sorted by relevance

/arch/parisc/kernel/
Dunwind.c96 void *table_start, void *table_end) in unwind_table_init() argument
98 struct unwind_table_entry *start = table_start; in unwind_table_init()
107 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init()
/arch/arc/include/asm/
Dunwind.h115 extern void *unwind_add_table(struct module *module, const void *table_start,
/arch/ia64/include/asm/
Dunwind.h108 const void *table_start, const void *table_end);
/arch/arc/kernel/
Dunwind.c189 const void *table_start, unsigned long table_size, in init_unwind_table() argument
199 table->address = table_start; in init_unwind_table()
205 || (void *)read_pointer(&ptr, end, header_start[1]) != table_start in init_unwind_table()
374 void *unwind_add_table(struct module *module, const void *table_start, in unwind_add_table() argument
389 table_start, table_size, in unwind_add_table()
/arch/ia64/kernel/
Dunwind.c2082 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() argument
2084 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table()
2097 const void *table_start, const void *table_end) in unw_add_unwind_table() argument
2099 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table()
2113 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table()