Searched refs:cachetab (Results 1 – 1 of 1) sorted by relevance
1527 struct cachetab { struct1539 struct cachetab cachetab[] = { argument1565 for (i = 0; cachetab[i].ct_cpuid != 0; i++) { in get_cachetype_table()1566 if (cachetab[i].ct_cpuid == (cpuid & CPU_ID_CPU_MASK)) { in get_cachetype_table()1567 arm_pcache.cache_type = cachetab[i].ct_pcache_type; in get_cachetype_table()1568 arm_pcache.cache_unified = cachetab[i].ct_pcache_unified; in get_cachetype_table()1569 arm_pcache.dcache_size = cachetab[i].ct_pdcache_size; in get_cachetype_table()1571 cachetab[i].ct_pdcache_line_size; in get_cachetype_table()1572 arm_pcache.dcache_ways = cachetab[i].ct_pdcache_ways; in get_cachetype_table()1578 arm_pcache.icache_size = cachetab[i].ct_picache_size; in get_cachetype_table()[all …]