Home | Sort by: relevance | last modified time | path |
/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/rump/include/machine/ | |
cpu.h | 65 int icache_size; member in struct:cpu_info::cache_info |
/src/sys/arch/sparc64/sparc64/ | |
cpu.c | 108 int icache_size; variable in typeref:typename:int 578 if (icachesize > icache_size) 579 icache_size = icachesize; |
/src/sys/arch/arm/include/ | |
cpu.h | 174 u_int icache_size; member in struct:arm_cache_info |
/src/sys/arch/powerpc/include/ | |
cpu.h | 42 int icache_size; member in struct:cache_info |
/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 |