Searched refs:table_end (Results 1 – 4 of 4) sorted by relevance
/arch/ia64/include/asm/ |
D | unwind.h | 109 const void *table_start, const void *table_end);
|
/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 533 int i, j, err, data_size, instr_size, blocks, table_end; in npe_load_firmware() local 618 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */; in npe_load_firmware() 621 || blk->offset < table_end) { in npe_load_firmware()
|
/arch/parisc/kernel/ |
D | unwind.c | 103 void *table_start, void *table_end) in unwind_table_init() argument 107 (struct unwind_table_entry *)table_end - 1; in unwind_table_init()
|
/arch/ia64/kernel/ |
D | unwind.c | 2083 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() argument 2085 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table() 2098 const void *table_start, const void *table_end) in unw_add_unwind_table() argument 2100 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table() 2114 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table()
|