Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Dgfx_v9_4.c829 uint32_t se_id, uint32_t inst_id, in gfx_v9_4_ras_error_count() argument
847 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
857 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
Dvcn_v4_0_3.c1787 uint32_t inst_off, inst_id; in vcn_v4_0_3_dump_ip_state() local
1797 inst_id = GET_INST(VCN, i); in vcn_v4_0_3_dump_ip_state()
1800 adev->vcn.ip_dump[inst_off] = RREG32_SOC15(VCN, inst_id, regUVD_POWER_STATUS); in vcn_v4_0_3_dump_ip_state()
1808 inst_id)); in vcn_v4_0_3_dump_ip_state()
Dgfx_v9_4_2.c1452 uint32_t se_id, uint32_t inst_id, in gfx_v9_4_2_get_reg_error_count() argument
1470 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count()
1480 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count()
Dgfx_v9_0.c6969 uint32_t se_id, uint32_t inst_id, uint32_t value, in gfx_v9_0_ras_error_count() argument
6988 se_id, inst_id, in gfx_v9_0_ras_error_count()
7000 se_id, inst_id, in gfx_v9_0_ras_error_count()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dlex.c94 if (!inst_id)
95 inst_id = get_identifier ("inst$");
Dparse.y392 static GTY(()) tree inst_id;
8440 args = build_tree_list (inst_id, build_pointer_type (DECL_CONTEXT (decl)));
8442 stmt = make_qualified_primary (build_wfl_node (inst_id),
8452 args = build_tree_list (inst_id,
8456 stmt = make_qualified_primary (build_wfl_node (inst_id),
8646 args = build_tree_list (inst_id, build_pointer_type (type));
8654 stmt = make_qualified_primary (build_wfl_node (inst_id),
Dparse.c632 static GTY(()) tree inst_id;
12005 args = build_tree_list (inst_id, build_pointer_type (DECL_CONTEXT (decl)));
12007 stmt = make_qualified_primary (build_wfl_node (inst_id),
12017 args = build_tree_list (inst_id,
12021 stmt = make_qualified_primary (build_wfl_node (inst_id),
12211 args = build_tree_list (inst_id, build_pointer_type (type));
12219 stmt = make_qualified_primary (build_wfl_node (inst_id),
DChangeLog7205 * lex.c (inst_id, wpv_id): Initialize.
7238 (inst_id, wpv_id): New static global variables.