Searched refs:table_start (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/parisc/kernel/ |
D | unwind.c | 101 void *table_start, void *table_end) in unwind_table_init() argument 103 struct unwind_table_entry *start = table_start; in unwind_table_init() 112 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init()
|
/Linux-v4.19/arch/arc/include/asm/ |
D | unwind.h | 115 extern void *unwind_add_table(struct module *module, const void *table_start,
|
/Linux-v4.19/arch/arc/kernel/ |
D | unwind.c | 196 const void *table_start, unsigned long table_size, in init_unwind_table() argument 206 table->address = table_start; in init_unwind_table() 212 || (void *)read_pointer(&ptr, end, header_start[1]) != table_start in init_unwind_table() 377 void *unwind_add_table(struct module *module, const void *table_start, in unwind_add_table() argument 392 table_start, table_size, in unwind_add_table()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | unwind.h | 109 const void *table_start, const void *table_end);
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | fiji_smumgr.c | 226 uint32_t table_start; in fiji_setup_graphics_level_structure() local 233 &table_start, 0x40000), in fiji_setup_graphics_level_structure() 242 vr_config_addr = table_start + in fiji_setup_graphics_level_structure() 251 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel); in fiji_setup_graphics_level_structure()
|