Lines Matching refs:dcache
25 * The maximum number of pages we support up to when doing ranged dcache
26 * flushing. Anything exceeding this will simply flush the dcache in its
164 (current_cpu_data.dcache.sets <<
165 current_cpu_data.dcache.entry_shift) *
166 current_cpu_data.dcache.ways;
168 entry_offset = 1 << current_cpu_data.dcache.entry_shift;
248 map_coherent = (current_cpu_data.dcache.n_aliases &&
299 if (boot_cpu_data.dcache.n_aliases == 0)
327 struct cache_info *dcache;
332 dcache = &boot_cpu_data.dcache;
334 way_count = dcache->ways;
335 way_incr = dcache->way_incr;