Home
last modified time | relevance | path

Searched refs:cache_latency (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_topology.h102 uint32_t cache_latency; member
H A Dkfd_crat.h171 uint16_t cache_latency;
173 uint16_t cache_latency; global() member
H A Dkfd_crat.c1110 props->cache_latency = cache->cache_latency; in kfd_parse_subtype_cache()
H A Dkfd_topology.c361 sysfs_show_32bit_prop(buffer, offs, "latency", cache->cache_latency); in kfd_cache_show()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c530 static int const cache_latency[][4] = in override_options() local
538 if (lat <= 0 || lat > 3 || cache_latency[alpha_cpu][lat-1] == -1) in override_options()
545 lat = cache_latency[alpha_cpu][lat-1]; in override_options()
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c460 static int const cache_latency[][4] = in override_options() local
468 if (lat <= 0 || lat > 3 || cache_latency[alpha_tune][lat-1] == -1) in override_options()
475 lat = cache_latency[alpha_tune][lat-1]; in override_options()