Home
last modified time | relevance | path

Searched refs:heap_type (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/tools/testing/selftests/android/ion/
Dionapp_export.c34 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()
Dionutils.h21 unsigned int heap_type; member
Dionmap_test.c91 info.heap_type = ION_HEAP_TYPE_SYSTEM; in main()
DREADME80 heap_type: 0, heap_size: 10
99 ion_test.sh: heap_type: 0 - [PASS]
Dionutils.c82 if (heap_data[i].type == ion_info->heap_type) { in ion_export_buffer_fd()
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c199 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()
Dkfd_topology.h107 uint32_t heap_type; member
Dkfd_topology.c316 sysfs_show_32bit_prop(buffer, offs, "heap_type", mem->heap_type); in mem_show()