Home
last modified time | relevance | path

Searched refs:table_list (Results 1 – 4 of 4) sorted by relevance

/linux/tools/objtool/arch/loongarch/
H A Dspecial.c25 struct list_head table_list; in get_rodata_table_size_by_table_annotate() local
36 INIT_LIST_HEAD(&table_list); in get_rodata_table_size_by_table_annotate()
55 list_add_tail(&orig_table->jump_info, &table_list); in get_rodata_table_size_by_table_annotate()
61 list_for_each_entry(orig_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
69 list_del_init(&table_list); in get_rodata_table_size_by_table_annotate()
77 list_for_each_entry(orig_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
79 list_for_each_entry_from(next_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
91 list_for_each_entry(orig_table, &table_list, jump_info) { in get_rodata_table_size_by_table_annotate()
94 if (&next_table->jump_info == &table_list) { in get_rodata_table_size_by_table_annotate()
101 if (&next_table->jump_info == &table_list) { in get_rodata_table_size_by_table_annotate()
[all...]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c441 info = &bhdr->table_list[NPS_INFO]; in amdgpu_discovery_verify_npsinfo()
550 info = &bhdr->table_list[IP_DISCOVERY]; in amdgpu_discovery_init()
572 info = &bhdr->table_list[GC]; in amdgpu_discovery_init()
595 info = &bhdr->table_list[HARVEST_INFO]; in amdgpu_discovery_init()
618 info = &bhdr->table_list[VCN_INFO]; in amdgpu_discovery_init()
641 info = &bhdr->table_list[MALL_INFO]; in amdgpu_discovery_init()
719 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_read_harvest_bit_per_ip()
780 offset = le16_to_cpu(bhdr->table_list[HARVEST_INFO].offset); in amdgpu_discovery_read_from_harvest_table()
1238 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_sysfs_recurse()
1415 le16_to_cpu(bhdr->table_list[IP_DISCOVERY].offset)); in amdgpu_discovery_reg_base_init()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.c15 struct list_head table_list; member
942 list_add_tail(&mr_table->node, &mr->table_list); in mlxsw_sp_mr_table_create()
1023 list_for_each_entry(mr_table, &mr->table_list, node) { in mlxsw_sp_mr_stats_update()
1048 INIT_LIST_HEAD(&mr->table_list); in mlxsw_sp_mr_init()
/linux/drivers/gpu/drm/amd/include/
H A Ddiscovery.h64 table_info table_list[TOTAL_TABLES]; member