Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A 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()
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py366 table_start = self._get_adjacent_clusters(data, table_size + 1)
368 table_clusters = set(range(table_start, table_start + table_size))
371 table_clusters_allocated = set(range(table_start, table_start +
389 new_block_id = (table_start + table_size) // block_size
394 table_clusters.add(table_start + table_size)
/openbmc/linux/arch/parisc/kernel/
H A Dunwind.c105 void *table_start, void *table_end) in unwind_table_init() argument
107 struct unwind_table_entry *start = table_start; in unwind_table_init()
116 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init()
/openbmc/linux/arch/arc/include/asm/
H A Dunwind.h112 extern void *unwind_add_table(struct module *module, const void *table_start,
/openbmc/linux/arch/arc/kernel/
H A 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
386 init_text->base, init_text->size, table_start, table_size, NULL, 0); in unwind_add_table()
/openbmc/linux/arch/ia64/include/asm/
H A Dunwind.h109 const void *table_start, const void *table_end);
/openbmc/linux/drivers/net/dsa/sja1105/
H A 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()
/openbmc/linux/arch/ia64/kernel/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A 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()