Searched refs:heap_type (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_topology.h82 uint32_t heap_type; member in struct:kfd_mem_properties
H A Dkfd_crat.c985 find_subtype_mem(uint32_t heap_type, uint32_t flags, uint32_t width, argument
991 if (props->heap_type == heap_type
1007 uint32_t heap_type; local
1020 heap_type =
1024 heap_type = mem->visibility_type;
1026 heap_type = HSA_MEM_HEAP_TYPE_SYSTEM;
1043 props = find_subtype_mem(heap_type, flags, width, dev);
1053 props->heap_type = heap_type;
[all...]
H A Dkfd_topology.c320 sysfs_show_32bit_prop(buffer, offs, "heap_type", mem->heap_type);

Completed in 200 milliseconds