Home
last modified time | relevance | path

Searched refs:ec_totalsize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dcache_print.h79 if (ci->ec_totalsize > 0) { in cache_printf_backend()
81 ci->ec_totalsize/1024, ci->ec_linesize); in cache_printf_backend()
H A Dcache.c197 if (cpuinfo.mxcc && CACHEINFO.ec_totalsize > 0) { in viking_cache_enable()
357 CACHEINFO.ec_totalsize = 1024 * in turbosparc_cache_enable()
H A Dcpu.c1470 ci->ec_totalsize = l * ci->ec_nlines * ci->ec_associativity; in getcacheinfo_obp()
1827 if (sparc_ncpus > 1 && sc->cacheinfo.ec_totalsize == 0) in viking_hotfix()
1959 ci->ec_totalsize = l * ci->ec_nlines * ci->ec_associativity; in getcacheinfo_sun4d()
H A Diommu.c595 (curcpu()->cacheinfo.ec_totalsize == 0)) in iommu_dmamap_load()
/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h103 int ec_totalsize; /* external cache info */ member