Searched refs:sub_type_hdr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 427 * @sub_type_hdr - subtype section of crat_image 430 static int kfd_parse_subtype(struct crat_subtype_generic *sub_type_hdr, in kfd_parse_subtype() argument 439 switch (sub_type_hdr->type) { in kfd_parse_subtype() 441 cu = (struct crat_subtype_computeunit *)sub_type_hdr; in kfd_parse_subtype() 445 mem = (struct crat_subtype_memory *)sub_type_hdr; in kfd_parse_subtype() 449 cache = (struct crat_subtype_cache *)sub_type_hdr; in kfd_parse_subtype() 465 iolink = (struct crat_subtype_iolink *)sub_type_hdr; in kfd_parse_subtype() 470 sub_type_hdr->type); in kfd_parse_subtype() 490 struct crat_subtype_generic *sub_type_hdr; in kfd_parse_crat_table() local 527 sub_type_hdr in kfd_parse_crat_table() 834 kfd_fill_cu_for_cpu(int numa_node_id, int *avail_size, int proximity_domain, struct crat_subtype_computeunit *sub_type_hdr) kfd_fill_cu_for_cpu() argument 873 kfd_fill_mem_info_for_cpu(int numa_node_id, int *avail_size, int proximity_domain, struct crat_subtype_memory *sub_type_hdr) kfd_fill_mem_info_for_cpu() argument 911 kfd_fill_iolink_info_for_cpu(int numa_node_id, int *avail_size, uint32_t *num_entries, struct crat_subtype_iolink *sub_type_hdr) kfd_fill_iolink_info_for_cpu() argument 966 struct crat_subtype_generic *sub_type_hdr; kfd_create_vcrat_image_cpu() local 1069 kfd_fill_gpu_memory_affinity(int *avail_size, struct kfd_dev *kdev, uint8_t type, uint64_t size, struct crat_subtype_memory *sub_type_hdr, uint32_t proximity_domain, const struct kfd_local_mem_info *local_mem_info) kfd_fill_gpu_memory_affinity() argument 1107 kfd_fill_gpu_direct_io_link_to_cpu(int *avail_size, struct kfd_dev *kdev, struct crat_subtype_iolink *sub_type_hdr, uint32_t proximity_domain) kfd_fill_gpu_direct_io_link_to_cpu() argument 1141 kfd_fill_gpu_xgmi_link_to_gpu(int *avail_size, struct kfd_dev *kdev, struct kfd_dev *peer_kdev, struct crat_subtype_iolink *sub_type_hdr, uint32_t proximity_domain_from, uint32_t proximity_domain_to) kfd_fill_gpu_xgmi_link_to_gpu() argument 1178 struct crat_subtype_generic *sub_type_hdr; kfd_create_vcrat_image_gpu() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 1214 * @sub_type_hdr - subtype section of crat_image 1217 static int kfd_parse_subtype(struct crat_subtype_generic *sub_type_hdr, in kfd_parse_subtype() argument 1226 switch (sub_type_hdr->type) { in kfd_parse_subtype() 1228 cu = (struct crat_subtype_computeunit *)sub_type_hdr; in kfd_parse_subtype() 1232 mem = (struct crat_subtype_memory *)sub_type_hdr; in kfd_parse_subtype() 1236 cache = (struct crat_subtype_cache *)sub_type_hdr; in kfd_parse_subtype() 1252 iolink = (struct crat_subtype_iolink *)sub_type_hdr; in kfd_parse_subtype() 1257 sub_type_hdr->type); in kfd_parse_subtype() 1277 struct crat_subtype_generic *sub_type_hdr; in kfd_parse_crat_table() local 1314 sub_type_hdr in kfd_parse_crat_table() 1554 kfd_fill_cu_for_cpu(int numa_node_id, int *avail_size, int proximity_domain, struct crat_subtype_computeunit *sub_type_hdr) kfd_fill_cu_for_cpu() argument 1593 kfd_fill_mem_info_for_cpu(int numa_node_id, int *avail_size, int proximity_domain, struct crat_subtype_memory *sub_type_hdr) kfd_fill_mem_info_for_cpu() argument 1631 kfd_fill_iolink_info_for_cpu(int numa_node_id, int *avail_size, uint32_t *num_entries, struct crat_subtype_iolink *sub_type_hdr) kfd_fill_iolink_info_for_cpu() argument 1686 struct crat_subtype_generic *sub_type_hdr; kfd_create_vcrat_image_cpu() local 1789 kfd_fill_gpu_memory_affinity(int *avail_size, struct kfd_node *kdev, uint8_t type, uint64_t size, struct crat_subtype_memory *sub_type_hdr, uint32_t proximity_domain, const struct kfd_local_mem_info *local_mem_info) kfd_fill_gpu_memory_affinity() argument 1916 kfd_fill_gpu_direct_io_link_to_cpu(int *avail_size, struct kfd_node *kdev, struct crat_subtype_iolink *sub_type_hdr, uint32_t proximity_domain) kfd_fill_gpu_direct_io_link_to_cpu() argument 1983 kfd_fill_gpu_xgmi_link_to_gpu(int *avail_size, struct kfd_node *kdev, struct kfd_node *peer_kdev, struct crat_subtype_iolink *sub_type_hdr, uint32_t proximity_domain_from, uint32_t proximity_domain_to) kfd_fill_gpu_xgmi_link_to_gpu() argument 2040 struct crat_subtype_generic *sub_type_hdr; kfd_create_vcrat_image_gpu() local [all...] |
Completed in 4 milliseconds