Searched refs:cache_line_size (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/include/asm/
H A Dcpufeature.h63 cache_line_size(void) function
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dsettings.h264 unsigned int cache_line_size; member in struct:__gnu_parallel::_Settings
334 cache_line_size(64),
H A Dworkstealing.h120 const int __stride = (__s.cache_line_size * 10
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dsettings.h264 unsigned int cache_line_size; member in struct:__gnu_parallel::_Settings
334 cache_line_size(64),
H A Dworkstealing.h120 const int __stride = (__s.cache_line_size * 10
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpufunc.c81 cunit->cache_line_size =
87 cunit->cache_line_size =
95 cunit->cache_way_size = cunit->cache_line_size * cunit->cache_sets;
286 cunit->cache_line_size,
317 setshift = ffs(cunit->cache_line_size) - 1;
335 setshift = ffs(cunit->cache_line_size) - 1;
353 setshift = ffs(cunit->cache_line_size) - 1;
/netbsd-current/sys/arch/aarch64/include/
H A Dcpu.h84 u_int cache_line_size; member in struct:aarch64_cache_unit
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc157 const int cache_line_size = 64; local
159 (cache_line_size - sizeof(error_occurred_)),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-prefetch.c728 is_miss_rate_acceptable (unsigned HOST_WIDE_INT cache_line_size, argument
739 if (delta >= (HOST_WIDE_INT) cache_line_size)
743 total_positions = (cache_line_size / align_unit) * distinct_iters;
748 for (align = 0; align < cache_line_size; align += align_unit)
755 cache_line1 = address1 / cache_line_size;
756 cache_line2 = address2 / cache_line_size;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-prefetch.cc728 is_miss_rate_acceptable (unsigned HOST_WIDE_INT cache_line_size,
739 if (delta >= (HOST_WIDE_INT) cache_line_size)
743 total_positions = (cache_line_size / align_unit) * distinct_iters;
748 for (align = 0; align < cache_line_size; align += align_unit)
755 cache_line1 = address1 / cache_line_size;
756 cache_line2 = address2 / cache_line_size;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.h168 uint16_t cache_line_size; member in struct:crat_subtype_cache
H A Dkfd_crat.c326 props->cacheline_size = cache->cache_line_size;
/netbsd-current/sys/uvm/pmap/
H A Dpmap.c2259 pmap_pvlist_lock_init(size_t cache_line_size) argument
2264 if (sizeof(kmutex_t) > cache_line_size) {
2265 cache_line_size = roundup2(sizeof(kmutex_t), cache_line_size);
2267 const size_t nlocks = PAGE_SIZE / cache_line_size;
2272 for (size_t i = 0; i < nlocks; lock_va += cache_line_size, i++) {
2312 pmap_pvlist_lock_init(size_t cache_line_size) argument
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc325 const int cache_line_size = 64; local
327 (cache_line_size - sizeof(error_occurred_)), "");
/netbsd-current/sys/arch/rs6000/include/
H A Diplcb.h527 int32_t cache_line_size; member in struct:ipl_info
/netbsd-current/sys/dev/pci/
H A Dmlyreg.h219 u_int8_t cache_line_size; /* see 8.4 */ member in struct:mly_param_controller
714 u_int8_t cache_line_size; /* see 8.4 */ member in struct:mly_ioctl_getlogdevinfovalid
940 u_int8_t cache_line_size; /* see 8.4 */ member in struct:mly_ldd
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h1904 const int cache_line_size; /* cache line size in bytes. */
1890 const int cache_line_size; /* cache line size in bytes. */ member in struct:processor_costs
H A Drs6000.c3313 rs6000_cost->cache_line_size,
4664 rs6000_cost->cache_line_size);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h1896 const int cache_line_size; /* cache line size in bytes. */
1882 const int cache_line_size; /* cache line size in bytes. */ member in struct:processor_costs
H A Drs6000.cc3320 rs6000_cost->cache_line_size,
4809 rs6000_cost->cache_line_size);

Completed in 596 milliseconds