crat_subtype_memory  215 drivers/gpu/drm/amd/amdkfd/kfd_crat.c static int kfd_parse_subtype_mem(struct crat_subtype_memory *mem,
crat_subtype_memory  430 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	struct crat_subtype_memory *mem;
crat_subtype_memory  441 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		mem = (struct crat_subtype_memory *)sub_type_hdr;
crat_subtype_memory  843 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			struct crat_subtype_memory *sub_type_hdr)
crat_subtype_memory  849 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	*avail_size -= sizeof(struct crat_subtype_memory);
crat_subtype_memory  853 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	memset(sub_type_hdr, 0, sizeof(struct crat_subtype_memory));
crat_subtype_memory  857 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->length = sizeof(struct crat_subtype_memory);
crat_subtype_memory  991 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			(struct crat_subtype_memory *)sub_type_hdr);
crat_subtype_memory 1035 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		struct crat_subtype_memory *sub_type_hdr,
crat_subtype_memory 1039 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	*avail_size -= sizeof(struct crat_subtype_memory);
crat_subtype_memory 1043 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	memset((void *)sub_type_hdr, 0, sizeof(struct crat_subtype_memory));
crat_subtype_memory 1045 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	sub_type_hdr->length = sizeof(struct crat_subtype_memory);
crat_subtype_memory 1234 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				(struct crat_subtype_memory *)sub_type_hdr,
crat_subtype_memory 1242 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				(struct crat_subtype_memory *)sub_type_hdr,
crat_subtype_memory 1248 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	crat_table->length += sizeof(struct crat_subtype_memory);