| /src/sys/arch/ofppc/ofppc/ |
| cpu.c | 152 uint32_t dcache=0, icache=0, dline=0, iline=0; local 154 OF_getprop(node, "i-cache-size", &icache, sizeof(icache)); 160 cpu_print_cache_config(icache, iline); 163 cpu_print_cache_config(icache, iline);
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| cpu.c | 60 idecode_cache icache[WITH_IDECODE_CACHE_SIZE]; member in struct:_cpu 295 return &processor->icache[cia / 4 % WITH_IDECODE_CACHE_SIZE]; 306 processor->icache[i].address = MASK(0, 63);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| cpu.c | 60 idecode_cache icache[WITH_IDECODE_CACHE_SIZE]; member in struct:_cpu 295 return &processor->icache[cia / 4 % WITH_IDECODE_CACHE_SIZE]; 306 processor->icache[i].address = MASK(0, 63);
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| igen.h | 86 int icache; member in struct:_igen_gen_options 122 igen_module icache; member in struct:_igen_module_options 231 options.module.icache = options.module.global; \ 239 options.module.icache.suffix.l = "icache"; \ 240 options.module.icache.suffix.u = "ICACHE"; \
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| igen.h | 86 int icache; member in struct:_igen_gen_options 122 igen_module icache; member in struct:_igen_module_options 231 options.module.icache = options.module.global; \ 239 options.module.icache.suffix.l = "icache"; \ 240 options.module.icache.suffix.u = "ICACHE"; \
|
| /src/sys/arch/aarch64/include/ |
| cpu.h | 98 struct aarch64_cache_unit icache; member in struct:aarch64_cache_info
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| scache.c | 53 sqlite3_stmt *icache; member in struct:krb5_scache 169 if (s->icache) 170 sqlite3_finalize(s->icache); 366 sqlite3_bind_text(s->icache, 1, s->name, -1, NULL); 368 ret = sqlite3_step(s->icache); 375 sqlite3_reset(s->icache); 427 ret = prepare_stmt(context, s->db, &s->icache, SQL_ICACHE);
|
| /src/sys/dev/pci/ |
| arcmsrvar.h | 377 uint32_t icache; member in struct:arc_fw_sysinfo
|