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

  /src/sys/arch/powerpc/ibm4xx/
cpu.c 69 .icache_size = 2048,
79 .icache_size = 16384,
89 .icache_size = 0,
99 .icache_size = 4096,
109 .icache_size = 0,
119 .icache_size = 2048,
129 .icache_size = 8192,
139 .icache_size = 2048,
149 .icache_size = 2048,
159 .icache_size = 2048
    [all...]
  /src/sys/rump/include/machine/
cpu.h 65 int icache_size; member in struct:cpu_info::cache_info
  /src/lib/libc/arch/powerpc/gen/
syncicache.c 94 _cache_info.icache_size = _cachelinesize;
129 if (CACHEINFO.icache_size > 0 ) {
  /src/lib/libc/arch/powerpc64/gen/
syncicache.c 91 _cache_info.icache_size = _cachelinesize;
126 if (CACHEINFO.icache_size > 0 ) {
  /src/sys/lib/libkern/arch/powerpc/
syncicache.c 89 _cache_info.icache_size = _cachelinesize;
121 if (CACHEINFO.icache_size > 0 ) {
  /src/sys/arch/sparc64/sparc64/
cache.h 90 extern int icache_size;
cpu.c 108 int icache_size; variable in typeref:typename:int
578 if (icachesize > icache_size)
579 icache_size = icachesize;
  /src/sys/arch/sh3/sh3/
cache_sh4.c 76 int icache_size; local in function:sh4_cache_config
92 icache_size = SH4_ICACHE_SIZE;
101 icache_size = SH4_EMODE_ICACHE_SIZE;
113 icache_size = 32 * 1024;
161 sh_cache_size_icache = icache_size;
  /src/sys/arch/arm/cortex/
pl310.c 281 info->icache_size = info->dcache_size;
287 info->icache_size = i_waysize * info->icache_ways;
  /src/sys/arch/rs6000/include/
iplcb.h 238 int icache_size; /* L1 icache size */ member in struct:proc_info
590 int32_t icache_size; /* 4 bytes from NVRAM address 0xA0003d8 */ member in struct:ipl_info
  /src/sys/arch/powerpc/oea/
cpu_subr.c 441 curcpu()->ci_ci.icache_size = 32 K;
446 curcpu()->ci_ci.icache_size = 8 K;
456 curcpu()->ci_ci.icache_size = 16 K;
462 curcpu()->ci_ci.icache_size = 32 K;
467 curcpu()->ci_ci.icache_size = 32 K;
476 curcpu()->ci_ci.icache_size = 64 K;
484 curcpu()->ci_ci.icache_size = PAGE_SIZE;
  /src/sys/arch/arm/include/
cpu.h 174 u_int icache_size; member in struct:arm_cache_info
  /src/sys/arch/arm/arm32/
cpu.c 640 info->icache_size / 1024,
643 info->icache_size /
  /src/sys/arch/powerpc/include/
cpu.h 42 int icache_size; member in struct:cache_info
  /src/sys/arch/arm/arm/
cpufunc.c 1375 info->icache_size = info->dcache_size;
1382 info->icache_size = info->icache_way_size * info->icache_ways;
1479 arm_pcache.icache_size = multiplier << (CPU_CT_xSIZE_SIZE(isize) + 8);
1578 arm_pcache.icache_size = cachetab[i].ct_picache_size;
2895 arm_scache.dcache_size = arm_scache.icache_size = ARMADAXP_L2_SIZE;
3528 arm_scache.dcache_size = arm_scache.icache_size = 256*1024;
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 661 ci->ci_ci.icache_size = L1CFG_CSIZE_GET(l1cfg1);
664 ci->ci_ci.icache_size = ci->ci_ci.dcache_size;
1231 ci->ci_ci.icache_size >> 10,

Completed in 23 milliseconds