/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | xattr_id.c | 58 __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() 103 * should be less than table_start, and again the difference in squashfs_read_xattr_id_table() 120 if (start >= table_start || (table_start - start) > in squashfs_read_xattr_id_table()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | xattr_id.c | 58 __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() 103 * should be less than table_start, and again the difference in squashfs_read_xattr_id_table() 120 if (start >= table_start || (table_start - start) > in squashfs_read_xattr_id_table()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | unwind.c | 103 void *table_start, void *table_end) in unwind_table_init() 105 struct unwind_table_entry *start = table_start; in unwind_table_init() 114 table->table = (struct unwind_table_entry *)table_start; in unwind_table_init() 101 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) unwind_table_init() argument
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | unwind.c | 105 void *table_start, void *table_end) in unwind_table_init() 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() 103 unwind_table_init(struct unwind_table *table, const char *name, unsigned long base_addr, unsigned long gp, void *table_start, void *table_end) unwind_table_init() argument
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | unwind.h | 112 extern void *unwind_add_table(struct module *module, const void *table_start,
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | unwind.h | 112 extern void *unwind_add_table(struct module *module, const void *table_start,
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 187 const void *table_start, unsigned long table_size, in init_unwind_table() 197 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() 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) init_unwind_table() argument
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 187 const void *table_start, unsigned long table_size, in init_unwind_table() 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() 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) init_unwind_table() argument
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | unwind.h | 109 const void *table_start, const void *table_end);
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | unwind.h | 109 const void *table_start, const void *table_end);
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 585 static void sja1105_table_write_crc(u8 *table_start, u8 *crc_ptr) in sja1105_table_write_crc() argument 590 len_bytes = (uintptr_t)(crc_ptr - table_start); in sja1105_table_write_crc() 591 computed_crc = sja1105_crc32(table_start, len_bytes); in sja1105_table_write_crc() 774 char *table_start; in sja1105_static_config_pack() local 785 table_start = p; in sja1105_static_config_pack() 794 sja1105_table_write_crc(table_start, p); in sja1105_static_config_pack()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.c | 944 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()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | unwind.c | 2086 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() 2088 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table() 2101 const void *table_start, const void *table_end) in unw_add_unwind_table() 2103 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table() 2117 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table() 2082 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) init_unwind_table() argument 2097 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) unw_add_unwind_table() argument
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | unwind.c | 2086 unsigned long gp, const void *table_start, const void *table_end) in init_unwind_table() 2088 const struct unw_table_entry *start = table_start, *end = table_end; in init_unwind_table() 2101 const void *table_start, const void *table_end) in unw_add_unwind_table() 2103 const struct unw_table_entry *start = table_start, *end = table_end; in unw_add_unwind_table() 2117 init_unwind_table(table, name, segment_base, gp, table_start, table_end); in unw_add_unwind_table() 2082 init_unwind_table(struct unw_table *table, const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) init_unwind_table() argument 2097 unw_add_unwind_table(const char *name, unsigned long segment_base, unsigned long gp, const void *table_start, const void *table_end) unw_add_unwind_table() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | fiji_smumgr.c | 225 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | fiji_smumgr.c | 225 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()
|