Searched defs:dcache (Results 1 - 5 of 5) sorted by relevance

/arch/mips/include/asm/
H A Dcpu-info.h56 struct cache_desc dcache; /* Primary D or combined I/D cache */ member in struct:cpuinfo_mips
/arch/sh/mm/
H A Dcache-sh4.c25 * 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
154 (current_cpu_data.dcache.sets <<
155 current_cpu_data.dcache.entry_shift) *
156 current_cpu_data.dcache.ways;
158 entry_offset = 1 << current_cpu_data.dcache.entry_shift;
242 map_coherent = (current_cpu_data.dcache.n_aliases &&
293 if (boot_cpu_data.dcache.n_aliases == 0)
321 struct cache_info *dcache; local
326 dcache
[all...]
/arch/avr32/include/asm/
H A Dprocessor.h68 struct cache_info dcache; member in struct:avr32_cpuinfo
/arch/powerpc/kernel/
H A Dcacheinfo.c340 struct cache *dcache, *icache; local
342 pr_debug("creating L%d dcache and icache for %s\n", level,
345 dcache = new_cache(CACHE_TYPE_DATA, level, node);
348 if (!dcache || !icache)
351 dcache->next_local = icache;
353 return dcache;
355 release_cache(dcache);
/arch/sh/include/asm/
H A Dprocessor.h81 struct cache_info dcache; /* Primary D-cache */ member in struct:sh_cpuinfo

Completed in 175 milliseconds