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

  /src/sys/arch/sh3/sh3/
cache_sh4.c 76 int icache_size; local
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/external/gpl3/gdb/dist/sim/ppc/
igen.c 48 int icache_size = 1024; variable
440 icache_size = atoi (argp + strlen ("gen-icache") + 1);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
igen.c 48 int icache_size = 1024; variable
440 icache_size = atoi (argp + strlen ("gen-icache") + 1);
  /src/sys/arch/sparc64/sparc64/
cpu.c 108 int icache_size; variable
578 if (icachesize > icache_size)
579 icache_size = icachesize;
  /src/external/gpl3/gdb/dist/sim/igen/
igen.h 87 int icache_size; member in struct:_igen_gen_options
251 options.gen.icache_size = 1024; \
  /src/external/gpl3/gdb.old/dist/sim/igen/
igen.h 87 int icache_size; member in struct:_igen_gen_options
251 options.gen.icache_size = 1024; \
  /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

Completed in 37 milliseconds