Searched refs:table_start (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/arch/parisc/kernel/ | 
| D | unwind.c | 101 		  void *table_start, void *table_end)  in unwind_table_init()  argument103 	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-v5.4/arch/arc/include/asm/ | 
| D | unwind.h | 112 extern void *unwind_add_table(struct module *module, const void *table_start,
 | 
| /Linux-v5.4/drivers/net/dsa/sja1105/ | 
| D | sja1105_static_config.c | 489 static void sja1105_table_write_crc(u8 *table_start, u8 *crc_ptr)  in sja1105_table_write_crc()  argument494 	len_bytes = (uintptr_t)(crc_ptr - table_start);  in sja1105_table_write_crc()
 495 	computed_crc = sja1105_crc32(table_start, len_bytes);  in sja1105_table_write_crc()
 632 		char *table_start;  in sja1105_static_config_pack()  local
 643 		table_start = p;  in sja1105_static_config_pack()
 652 		sja1105_table_write_crc(table_start, p);  in sja1105_static_config_pack()
 
 | 
| /Linux-v5.4/arch/arc/kernel/ | 
| D | unwind.c | 187 			      const void *table_start, unsigned long table_size,  in init_unwind_table()  argument197 	table->address = table_start;  in init_unwind_table()
 203 	    || (void *)read_pointer(&ptr, end, header_start[1]) != table_start  in init_unwind_table()
 372 void *unwind_add_table(struct module *module, const void *table_start,  in unwind_add_table()  argument
 387 			  table_start, table_size,  in unwind_add_table()
 
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | unwind.h | 109 				   const void *table_start, const void *table_end);
 | 
| /Linux-v5.4/arch/ia64/kernel/ | 
| D | unwind.c | 2083 		   unsigned long gp, const void *table_start, const void *table_end)  in init_unwind_table()  argument2085 	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-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ | 
| D | fiji_smumgr.c | 226 	uint32_t table_start;  in fiji_setup_graphics_level_structure()  local233 			&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()
 
 |