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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 550 static int fill_in_pcache(struct crat_subtype_cache *pcache,
576 memset(pcache, 0, sizeof(struct crat_subtype_cache));
577 pcache->type = CRAT_SUBTYPE_CACHE_AFFINITY;
578 pcache->length = sizeof(struct crat_subtype_cache);
579 pcache->flags = pcache_info[cache_type].flags;
580 pcache->processor_id_low = cu_processor_id
582 pcache->cache_level = pcache_info[cache_type].cache_level;
583 pcache->cache_size = pcache_info[cache_type].cache_size;
591 pcache->sibling_map[0] = (uint8_t)(cu_sibling_map_mask & 0xFF);
592 pcache->sibling_map[1]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_psp_v11_0.c 982 uint32_t *pcache = (uint32_t*)ctx->sys_cache; local in function:psp_v11_0_memory_training
1004 pcache[0], pcache[1], pcache[2], pcache[3],
1013 pcache[0] != MEM_TRAIN_SYSTEM_SIGNATURE) {
1019 !(pcache[0] == MEM_TRAIN_SYSTEM_SIGNATURE &&
1020 pcache[3] == p2c_header[3])) {

Completed in 63 milliseconds