table_start       112 arch/arc/include/asm/unwind.h extern void *unwind_add_table(struct module *module, const void *table_start,
table_start       187 arch/arc/kernel/unwind.c 			      const void *table_start, unsigned long table_size,
table_start       197 arch/arc/kernel/unwind.c 	table->address = table_start;
table_start       203 arch/arc/kernel/unwind.c 	    || (void *)read_pointer(&ptr, end, header_start[1]) != table_start
table_start       372 arch/arc/kernel/unwind.c void *unwind_add_table(struct module *module, const void *table_start,
table_start       387 arch/arc/kernel/unwind.c 			  table_start, table_size,
table_start       109 arch/ia64/include/asm/unwind.h 				   const void *table_start, const void *table_end);
table_start      2083 arch/ia64/kernel/unwind.c 		   unsigned long gp, const void *table_start, const void *table_end)
table_start      2085 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *start = table_start, *end = table_end;
table_start      2098 arch/ia64/kernel/unwind.c 		      const void *table_start, const void *table_end)
table_start      2100 arch/ia64/kernel/unwind.c 	const struct unw_table_entry *start = table_start, *end = table_end;
table_start      2114 arch/ia64/kernel/unwind.c 	init_unwind_table(table, name, segment_base, gp, table_start, table_end);
table_start       101 arch/parisc/kernel/unwind.c 		  void *table_start, void *table_end)
table_start       103 arch/parisc/kernel/unwind.c 	struct unwind_table_entry *start = table_start;
table_start       112 arch/parisc/kernel/unwind.c 	table->table = (struct unwind_table_entry *)table_start;
table_start       226 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	uint32_t table_start;
table_start       233 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 			&table_start, 0x40000),
table_start       242 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	vr_config_addr = table_start +
table_start       251 drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c 	level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel);
table_start       492 drivers/net/dsa/sja1105/sja1105_static_config.c static void sja1105_table_write_crc(u8 *table_start, u8 *crc_ptr)
table_start       497 drivers/net/dsa/sja1105/sja1105_static_config.c 	len_bytes = (uintptr_t)(crc_ptr - table_start);
table_start       498 drivers/net/dsa/sja1105/sja1105_static_config.c 	computed_crc = sja1105_crc32(table_start, len_bytes);
table_start       635 drivers/net/dsa/sja1105/sja1105_static_config.c 		char *table_start;
table_start       646 drivers/net/dsa/sja1105/sja1105_static_config.c 		table_start = p;
table_start       655 drivers/net/dsa/sja1105/sja1105_static_config.c 		sja1105_table_write_crc(table_start, p);