crat_subtype_computeunit  145 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		struct crat_subtype_computeunit *cu)
crat_subtype_computeunit  157 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		struct crat_subtype_computeunit *cu)
crat_subtype_computeunit  176 drivers/gpu/drm/amd/amdkfd/kfd_crat.c static int kfd_parse_subtype_cu(struct crat_subtype_computeunit *cu,
crat_subtype_computeunit  429 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	struct crat_subtype_computeunit *cu;
crat_subtype_computeunit  437 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		cu = (struct crat_subtype_computeunit *)sub_type_hdr;
crat_subtype_computeunit  804 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				struct crat_subtype_computeunit *sub_type_hdr)
crat_subtype_computeunit  808 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	*avail_size -= sizeof(struct crat_subtype_computeunit);
crat_subtype_computeunit  812 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	memset(sub_type_hdr, 0, sizeof(struct crat_subtype_computeunit));
crat_subtype_computeunit  816 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->length = sizeof(struct crat_subtype_computeunit);
crat_subtype_computeunit  979 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			(struct crat_subtype_computeunit *)sub_type_hdr);
crat_subtype_computeunit 1145 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	struct crat_subtype_computeunit *cu;
crat_subtype_computeunit 1176 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	avail_size -= sizeof(struct crat_subtype_computeunit);
crat_subtype_computeunit 1181 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	memset(sub_type_hdr, 0, sizeof(struct crat_subtype_computeunit));
crat_subtype_computeunit 1184 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->length = sizeof(struct crat_subtype_computeunit);
crat_subtype_computeunit 1188 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	cu = (struct crat_subtype_computeunit *)sub_type_hdr;