Searched refs:heap_type (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/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.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 199 find_subtype_mem(uint32_t heap_type, uint32_t flags, uint32_t width, in find_subtype_mem() argument 205 if (props->heap_type == heap_type in find_subtype_mem() 221 uint32_t heap_type; in kfd_parse_subtype_mem() local 234 heap_type = in kfd_parse_subtype_mem() 238 heap_type = mem->visibility_type; in kfd_parse_subtype_mem() 240 heap_type = HSA_MEM_HEAP_TYPE_SYSTEM; in kfd_parse_subtype_mem() 257 props = find_subtype_mem(heap_type, flags, width, dev); in kfd_parse_subtype_mem() 267 props->heap_type = heap_type; in kfd_parse_subtype_mem()
|
D | kfd_topology.h | 107 uint32_t heap_type; member
|
D | kfd_topology.c | 316 sysfs_show_32bit_prop(buffer, offs, "heap_type", mem->heap_type); in mem_show()
|