heap_type         198 drivers/gpu/drm/amd/amdkfd/kfd_crat.c find_subtype_mem(uint32_t heap_type, uint32_t flags, uint32_t width,
heap_type         204 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		if (props->heap_type == heap_type
heap_type         220 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	uint32_t heap_type;
heap_type         233 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 					heap_type =
heap_type         237 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 					heap_type = mem->visibility_type;
heap_type         239 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				heap_type = HSA_MEM_HEAP_TYPE_SYSTEM;
heap_type         256 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			props = find_subtype_mem(heap_type, flags, width, dev);
heap_type         266 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			props->heap_type = heap_type;
heap_type         308 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	sysfs_show_32bit_prop(buffer, "heap_type", mem->heap_type);
heap_type         100 drivers/gpu/drm/amd/amdkfd/kfd_topology.h 	uint32_t		heap_type;
heap_type          34 tools/testing/selftests/android/ion/ionapp_export.c 	unsigned long map_len, heap_type, heap_size, flags;
heap_type          45 tools/testing/selftests/android/ion/ionapp_export.c 	heap_type = ION_HEAP_TYPE_SYSTEM;
heap_type          57 tools/testing/selftests/android/ion/ionapp_export.c 				heap_type = ION_HEAP_TYPE_SYSTEM;
heap_type          60 tools/testing/selftests/android/ion/ionapp_export.c 				heap_type = ION_HEAP_TYPE_SYSTEM_CONTIG;
heap_type          83 tools/testing/selftests/android/ion/ionapp_export.c 	printf("heap_type: %ld, heap_size: %ld\n", heap_type, heap_size);
heap_type          84 tools/testing/selftests/android/ion/ionapp_export.c 	info.heap_type = heap_type;
heap_type          91 tools/testing/selftests/android/ion/ionmap_test.c 	info.heap_type = ION_HEAP_TYPE_SYSTEM;
heap_type          82 tools/testing/selftests/android/ion/ionutils.c 		if (heap_data[i].type == ion_info->heap_type) {
heap_type          21 tools/testing/selftests/android/ion/ionutils.h 	unsigned int heap_type;