Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/android/ion/
Dionapp_export.c43 unsigned long map_len, heap_type, heap_size, flags; in main() local
54 heap_type = ION_HEAP_TYPE_SYSTEM; in main()
66 heap_type = ION_HEAP_TYPE_SYSTEM; in main()
69 heap_type = ION_HEAP_TYPE_SYSTEM_CONTIG; in main()
92 printf("heap_type: %ld, heap_size: %ld\n", heap_type, heap_size); in main()
93 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-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c193 find_subtype_mem(uint32_t heap_type, uint32_t flags, uint32_t width, in find_subtype_mem() argument
199 if (props->heap_type == heap_type in find_subtype_mem()
215 uint32_t heap_type; in kfd_parse_subtype_mem() local
228 heap_type = in kfd_parse_subtype_mem()
232 heap_type = mem->visibility_type; in kfd_parse_subtype_mem()
234 heap_type = HSA_MEM_HEAP_TYPE_SYSTEM; in kfd_parse_subtype_mem()
251 props = find_subtype_mem(heap_type, flags, width, dev); in kfd_parse_subtype_mem()
261 props->heap_type = heap_type; in kfd_parse_subtype_mem()
Dkfd_topology.h92 uint32_t heap_type; member
Dkfd_topology.c288 sysfs_show_32bit_prop(buffer, "heap_type", mem->heap_type); in mem_show()