Searched refs:l3_cache_size (Results 1 – 5 of 5) sorted by relevance
449 const uint32_t l3_cache_size = get_sys_info(HW_L3CACHESIZE, "HW_L3CACHESIZE"); in cpuinfo_arm_mach_init() local473 if (l3_cache_size != 0) { in cpuinfo_arm_mach_init()561 .size = l3_cache_size, in cpuinfo_arm_mach_init()563 .sets = l3_cache_size / (l3_cache_associativity * cacheline_size), in cpuinfo_arm_mach_init()
45 int64 l3_cache_size = 10; field
123 LOG(INFO) << offset3 << "L3 cache size = " << dt.l3_cache_size(); in PrintDebugInfo()
619 const size_t l3_cache_size = 30LL << 20;622 const size_t target_working_set_size = l3_cache_size / sizeof(T);
396 const ptrdiff_t l3_cache_size = cache_sizes.m_l3; in Compute() local399 const size_t target_working_set_size = l3_cache_size / sizeof(T); in Compute()868 const ptrdiff_t l3_cache_size = cache_sizes.m_l3; in Compute() local873 const size_t target_working_set_size = l3_cache_size / sizeof(T); in Compute()