Home
last modified time | relevance | path

Searched refs:cache_type (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/amdkfd/
Dkfd_topology.c365 sysfs_show_32bit_prop(buffer, offs, "type", cache->cache_type); in kfd_cache_show()
383 static const struct kobj_type cache_type = { variable
742 ret = kobject_init_and_add(cache->kobj, &cache_type, in kfd_build_sysfs_node_entry()
1620 int cache_type, unsigned int cu_processor_id, in fill_in_l1_pcache() argument
1629 cu_sibling_map_mask &= ((1 << pcache_info[cache_type].num_cu_shared) - 1); in fill_in_l1_pcache()
1643 pcache->cache_level = pcache_info[cache_type].cache_level; in fill_in_l1_pcache()
1644 pcache->cache_size = pcache_info[cache_type].cache_size; in fill_in_l1_pcache()
1645 pcache->cacheline_size = pcache_info[cache_type].cache_line_size; in fill_in_l1_pcache()
1647 if (pcache_info[cache_type].flags & CRAT_CACHE_FLAGS_DATA_CACHE) in fill_in_l1_pcache()
1648 pcache->cache_type |= HSA_CACHE_TYPE_DATA; in fill_in_l1_pcache()
[all …]
Dkfd_topology.h107 uint32_t cache_type; member
Dkfd_crat.c1208 props->cache_type |= HSA_CACHE_TYPE_DATA; in kfd_parse_subtype_cache()
1210 props->cache_type |= HSA_CACHE_TYPE_INSTRUCTION; in kfd_parse_subtype_cache()
1212 props->cache_type |= HSA_CACHE_TYPE_CPU; in kfd_parse_subtype_cache()
1214 props->cache_type |= HSA_CACHE_TYPE_HSACU; in kfd_parse_subtype_cache()
/openbsd/src/gnu/usr.bin/perl/cpan/autodie/lib/
DFatal.pm1227 my($code, $sref, $proto, $core, $call, $hints, $cache, $cache_type);
1414 $cache_type = CACHE_AUTODIE_LEAK_GUARD;
1416 $cache_type = CACHE_FATAL_WRAPPER;
1417 $cache_type = CACHE_FATAL_VOID if $void;
1420 if (my $subref = $cache->{$cache_type}) {
1470 $cache->{$cache_type} = $code;
/openbsd/src/sys/ufs/ext2fs/
Dext2fs_readwrite.c168 int error, cache_type; in ext4_ext_read() local
188 cache_type = ext4_ext_in_cache(ip, lbn, &nex); in ext4_ext_read()
189 switch (cache_type) { in ext4_ext_read()