Searched refs:heap_type (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/tools/testing/selftests/android/ion/ |
D | ionapp_export.c | 34 unsigned long map_len, heap_type, heap_size, flags; in main() local 45 heap_type = ION_HEAP_TYPE_SYSTEM; in main() 57 heap_type = ION_HEAP_TYPE_SYSTEM; in main() 60 heap_type = ION_HEAP_TYPE_SYSTEM_CONTIG; in main() 83 printf("heap_type: %ld, heap_size: %ld\n", heap_type, heap_size); in main() 84 info.heap_type = heap_type; in main()
|
D | ionutils.h | 21 unsigned int heap_type; member
|
D | ionmap_test.c | 91 info.heap_type = ION_HEAP_TYPE_SYSTEM; in main()
|
D | README | 80 heap_type: 0, heap_size: 10 99 ion_test.sh: heap_type: 0 - [PASS]
|
D | ionutils.c | 82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 198 find_subtype_mem(uint32_t heap_type, uint32_t flags, uint32_t width, in find_subtype_mem() argument 204 if (props->heap_type == heap_type in find_subtype_mem() 220 uint32_t heap_type; in kfd_parse_subtype_mem() local 233 heap_type = in kfd_parse_subtype_mem() 237 heap_type = mem->visibility_type; in kfd_parse_subtype_mem() 239 heap_type = HSA_MEM_HEAP_TYPE_SYSTEM; in kfd_parse_subtype_mem() 256 props = find_subtype_mem(heap_type, flags, width, dev); in kfd_parse_subtype_mem() 266 props->heap_type = heap_type; in kfd_parse_subtype_mem()
|
D | kfd_topology.h | 100 uint32_t heap_type; member
|
D | kfd_topology.c | 308 sysfs_show_32bit_prop(buffer, "heap_type", mem->heap_type); in mem_show()
|