HomeSort by: relevance | last modified time | path
    Searched refs:dcache_size (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/
cpu.c 67 .dcache_size = 1024,
77 .dcache_size = 8192,
87 .dcache_size = 8192,
97 .dcache_size = 2048,
107 .dcache_size = 0,
117 .dcache_size = 2048,
127 .dcache_size = 2048,
137 .dcache_size = 1024,
147 .dcache_size = 1024,
157 .dcache_size = 1024
    [all...]
  /src/sys/dev/pci/
agp_i810var.h 59 uint32_t dcache_size; /* i810-only on-chip memory size */ member in struct:agp_i810_softc
agp_i810.c 811 isc->dcache_size = 4 * 1024 * 1024;
813 isc->dcache_size = 0;
1283 if (size != isc->dcache_size)
  /src/sys/rump/include/machine/
cpu.h 63 int dcache_size; member in struct:cpu_info::cache_info
  /src/lib/libc/arch/powerpc/gen/
syncicache.c 92 _cache_info.dcache_size = _cachelinesize;
117 if (CACHEINFO.dcache_size > 0) {
  /src/lib/libc/arch/powerpc64/gen/
syncicache.c 89 _cache_info.dcache_size = _cachelinesize;
114 if (CACHEINFO.dcache_size > 0) {
  /src/sys/lib/libkern/arch/powerpc/
syncicache.c 87 _cache_info.dcache_size = _cachelinesize;
109 if (CACHEINFO.dcache_size > 0) {
  /src/sys/arch/sparc64/sparc64/
cache.c 56 sp_blast_dcache(dcache_size, dcache_line_size);
cache.h 88 extern int dcache_size;
ipifuncs.c 508 dcache_size, dcache_line_size);
509 sp_blast_dcache(dcache_size, dcache_line_size);
cpu.c 106 int dcache_size; variable in typeref:typename:int
607 if (dcachesize > dcache_size)
608 dcache_size = dcachesize;
trap.c 567 sp_blast_dcache_disabled(dcache_size, dcache_line_size);
  /src/sys/arch/sh3/sh3/
cache_sh4.c 77 int dcache_size; local in function:sh4_cache_config
93 dcache_size = SH4_DCACHE_SIZE;
102 dcache_size = SH4_EMODE_DCACHE_SIZE;
114 dcache_size = 32 * 1024;
148 sh_cache_alias_mask = (dcache_size / ways - 1) & ~PAGE_MASK;
149 sh_cache_prefer_mask = (dcache_size / ways - 1);
158 sh_cache_size_dcache = dcache_size;
  /src/sys/arch/bebox/bebox/
cpu.c 106 blocks = curcpu()->ci_ci.dcache_size / curcpu()->ci_ci.dcache_line_size;
  /src/sys/arch/arm/arm32/
cpu.c 629 info->dcache_size / 1024,
632 info->dcache_size /
649 info->dcache_size / 1024,
652 info->dcache_size /
  /src/sys/arch/arm/cortex/
pl310.c 274 info->dcache_size = info->dcache_ways * d_waysize;
281 info->icache_size = info->dcache_size;
  /src/sys/arch/powerpc/oea/
cpu_subr.c 440 curcpu()->ci_ci.dcache_size = 32 K;
445 curcpu()->ci_ci.dcache_size = 8 K;
455 curcpu()->ci_ci.dcache_size = 16 K;
461 curcpu()->ci_ci.dcache_size = 32 K;
466 curcpu()->ci_ci.dcache_size = 64 K;
475 curcpu()->ci_ci.dcache_size = 32 K;
483 curcpu()->ci_ci.dcache_size = PAGE_SIZE;
492 uvm_page_recolor(atop(curcpu()->ci_ci.dcache_size / assoc));
  /src/sys/arch/rs6000/include/
iplcb.h 239 int dcache_size; /* L1 dcache size */ member in struct:proc_info
589 int32_t dcache_size; /* 4 bytes from NVRAM 0xA0003d4 */ member in struct:ipl_info
  /src/sys/arch/arm/include/
cpu.h 180 u_int dcache_size; member in struct:arm_cache_info
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 655 ci->ci_ci.dcache_size = L1CFG_CSIZE_GET(l1cfg0);
664 ci->ci_ci.icache_size = ci->ci_ci.dcache_size;
671 uvm_page_recolor(atop(curcpu()->ci_ci.dcache_size / dcache_assoc));
1229 ci->ci_ci.dcache_size >> 10,
  /src/sys/arch/powerpc/include/
cpu.h 40 int dcache_size; member in struct:cache_info
  /src/sys/arch/arm/arm/
cpufunc.c 1354 info->dcache_size = info->dcache_way_size * info->dcache_ways;
1375 info->icache_size = info->dcache_size;
1505 arm_pcache.dcache_size = multiplier << (CPU_CT_xSIZE_SIZE(dsize) + 8);
1569 arm_pcache.dcache_size = cachetab[i].ct_pdcache_size;
2895 arm_scache.dcache_size = arm_scache.icache_size = ARMADAXP_L2_SIZE;
3528 arm_scache.dcache_size = arm_scache.icache_size = 256*1024;
3531 arm_scache.dcache_size / arm_scache.dcache_ways;

Completed in 27 milliseconds