Searched refs:l2_cache_size (Results 1 – 9 of 9) sorted by relevance
103 l2_cache_size = re.match(r'(\d+)', str(info.get('l2_cache_size', '')))104 if l2_cache_size:106 cpu_info.cache_size['L2'] = int(l2_cache_size.group(0)) * 1024
416 const uint32_t l2_cache_size = get_sys_info(HW_L2CACHESIZE, "HW_L2CACHESIZE"); in cpuinfo_arm_mach_init() local433 if (l2_cache_size != 0) { in cpuinfo_arm_mach_init()505 .size = l2_cache_size, in cpuinfo_arm_mach_init()507 .sets = l2_cache_size / (l2_cache_associativity * cacheline_size), in cpuinfo_arm_mach_init()
76 l2_cache_size=3145728,91 l2_cache_size=262144,
262 int32_t l2_cache_size; member386 chunk->l2_cache_size = rad_info->l2_cache_size; in radv_fill_sqtt_asic_info()
42 int64 l2_cache_size = 9; field
112 uint32_t l2_cache_size; member
490 info->l2_cache_size = get_l2_cache_size(info->family); in ac_query_gpu_info()922 fprintf(f, " l2_cache_size = %i\n", info->l2_cache_size); in ac_print_gpu_info()
118 LOG(INFO) << offset3 << "L2 cache size = " << dt.l2_cache_size(); in PrintDebugInfo()
642 const size_t l2_cache_size = 256LL << 10; in Compute() local664 const size_t min_thread_work_unit_size = l2_cache_size / sizeof(T); in Compute()