Home
last modified time | relevance | path

Searched refs:table_start (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/squashfs/
Dxattr_id.c58 __le64 *squashfs_read_xattr_id_table(struct super_block *sb, u64 table_start, in squashfs_read_xattr_id_table() argument
68 id_table = squashfs_read_table(sb, table_start, sizeof(*id_table)); in squashfs_read_xattr_id_table()
89 start = table_start + sizeof(*id_table); in squashfs_read_xattr_id_table()
120 if (start >= table_start || (table_start - start) > in squashfs_read_xattr_id_table()
/linux-6.1.9/arch/parisc/kernel/
Dunwind.c104 void *table_start, void *table_end) in unwind_table_init() argument
106 struct unwind_table_entry *start = table_start; in unwind_table_init()
115 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init()
/linux-6.1.9/arch/arc/include/asm/
Dunwind.h112 extern void *unwind_add_table(struct module *module, const void *table_start,
/linux-6.1.9/arch/arc/kernel/
Dunwind.c187 const void *table_start, unsigned long table_size, in init_unwind_table() argument
194 table->address = table_start; in init_unwind_table()
204 != table_start in init_unwind_table()
368 void *unwind_add_table(struct module *module, const void *table_start, in unwind_add_table() argument
383 table_start, table_size, in unwind_add_table()
/linux-6.1.9/arch/ia64/include/asm/
Dunwind.h109 const void *table_start, const void *table_end);
/linux-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_static_config.c944 static void sja1105_table_write_crc(u8 *table_start, u8 *crc_ptr) in sja1105_table_write_crc() argument
949 len_bytes = (uintptr_t)(crc_ptr - table_start); in sja1105_table_write_crc()
950 computed_crc = sja1105_crc32(table_start, len_bytes); in sja1105_table_write_crc()
1132 char *table_start; in sja1105_static_config_pack() local
1143 table_start = p; in sja1105_static_config_pack()
1152 sja1105_table_write_crc(table_start, p); in sja1105_static_config_pack()
/linux-6.1.9/arch/ia64/kernel/
Dunwind.c2083 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-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dfiji_smumgr.c225 uint32_t table_start; in fiji_setup_graphics_level_structure() local
232 &table_start, 0x40000), in fiji_setup_graphics_level_structure()
241 vr_config_addr = table_start + in fiji_setup_graphics_level_structure()
250 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel); in fiji_setup_graphics_level_structure()