Searched refs:table_start (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/squashfs/
H A Dxattr_id.c58 __le64 *squashfs_read_xattr_id_table(struct super_block *sb, u64 table_start, argument
68 id_table = squashfs_read_table(sb, table_start, sizeof(*id_table));
89 start = table_start + sizeof(*id_table);
103 * should be less than table_start, and again the difference
120 if (start >= table_start || (table_start - start) >
/linux-master/arch/arc/include/asm/
H A Dunwind.h112 extern void *unwind_add_table(struct module *module, const void *table_start,
/linux-master/arch/parisc/kernel/
H A Dunwind.c105 void *table_start, void *table_end)
107 struct unwind_table_entry *start = table_start;
116 table->table = (struct unwind_table_entry *)table_start;
103 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) argument
/linux-master/arch/arc/kernel/
H A Dunwind.c187 const void *table_start, unsigned long table_size,
194 table->address = table_start;
204 != table_start
368 void *unwind_add_table(struct module *module, const void *table_start, argument
386 init_text->base, init_text->size, table_start, table_size, NULL, 0);
184 init_unwind_table(struct unwind_table *table, const char *name, const void *core_start, unsigned long core_size, const void *init_start, unsigned long init_size, const void *table_start, unsigned long table_size, const u8 *header_start, unsigned long header_size) argument
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c944 static void sja1105_table_write_crc(u8 *table_start, u8 *crc_ptr) argument
949 len_bytes = (uintptr_t)(crc_ptr - table_start);
950 computed_crc = sja1105_crc32(table_start, len_bytes);
1132 char *table_start; local
1143 table_start = p;
1152 sja1105_table_write_crc(table_start, p);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c225 uint32_t table_start; local
232 &table_start, 0x40000),
241 vr_config_addr = table_start +
250 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel);

Completed in 135 milliseconds