HomeSort by: relevance | last modified time | path
    Searched refs:crat_subtype_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 290 static int kfd_parse_subtype_cache(struct crat_subtype_cache *cache,
437 struct crat_subtype_cache *cache;
451 cache = (struct crat_subtype_cache *)sub_type_hdr;
550 static int fill_in_pcache(struct crat_subtype_cache *pcache,
562 if (sizeof(struct crat_subtype_cache) > mem_available)
576 memset(pcache, 0, sizeof(struct crat_subtype_cache));
578 pcache->length = sizeof(struct crat_subtype_cache);
619 struct crat_subtype_cache *pcache,
1271 (struct crat_subtype_cache *)sub_type_hdr,
kfd_crat.h 158 struct crat_subtype_cache { struct

Completed in 14 milliseconds