/titanic_44/usr/src/cmd/sgs/librtld/common/ |
H A D | dldump.c | 48 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, in cleanup() argument 51 if (icache) { in cleanup() 52 Cache * _icache = icache; in cleanup() 58 (void) free((void *)icache); in cleanup() 150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; in rt_dldump() local 237 cleanup(ielf, oelf, melf, icache, mcache, fd, 0); in rt_dldump() 246 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump() 257 cleanup(ielf, oelf, melf, icache, mcache, 0, 0); in rt_dldump() 262 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump() 273 cleanup(ielf, oelf, melf, icache, mcache, fd, opath); in rt_dldump() [all …]
|
H A D | relocate.c | 423 update_reloc(Cache *ocache, Cache *icache, Cache *_icache, const char *name, argument 486 _icache = icache; 500 ircache = &icache[ndx];
|
/titanic_44/usr/src/common/fs/ |
H A D | ufsops.c | 791 } *icache; variable 800 if (icache) { in set_cache() 801 entry->next = icache; in set_cache() 802 icache = entry; in set_cache() 804 icache = entry; in set_cache() 812 struct cache *entry = icache; in get_cache() 824 struct cache *next, *entry = icache; in free_cache() 831 icache = 0; in free_cache()
|
/titanic_44/usr/src/cmd/fm/dicts/ |
H A D | SUN4V.dict | 33 fault.cpu.ultraSPARC-T1.icache=5 48 fault.cpu.ultraSPARC-T2.icache=20 73 fault.cpu.ultraSPARC-T2plus.icache=45
|
H A D | SUN4U.dict | 34 fault.cpu.ultraSPARC-III.icache=5 38 fault.cpu.ultraSPARC-IIIi.icache=9 42 fault.cpu.ultraSPARC-IIIplus.icache=13 46 fault.cpu.ultraSPARC-IV.icache=17 55 fault.cpu.ultraSPARC-IVplus.icache=26 250 fault.cpu.ultraSPARC-IIIiplus.icache=221
|
H A D | GMCA.dict | 53 fault.cpu.generic-x86.icache=25
|
H A D | INTEL.dict | 53 fault.cpu.intel.icache=25
|
H A D | SUN4V.po | 92 # keys: fault.cpu.ultraSPARC-T1.icache 332 # keys: fault.cpu.ultraSPARC-T2.icache 732 # keys: fault.cpu.ultraSPARC-T2plus.icache
|
H A D | GMCA.po | 412 # keys: fault.cpu.generic-x86.icache
|
H A D | SUN4U.po | 93 # keys: fault.cpu.ultraSPARC-III.icache 157 # keys: fault.cpu.ultraSPARC-IIIi.icache 221 # keys: fault.cpu.ultraSPARC-IIIplus.icache 285 # keys: fault.cpu.ultraSPARC-IV.icache 429 # keys: fault.cpu.ultraSPARC-IVplus.icache 3549 # keys: fault.cpu.ultraSPARC-IIIiplus.icache
|
H A D | INTEL.po | 412 # keys: fault.cpu.intel.icache
|
/titanic_44/usr/src/cmd/fm/eversholt/files/sparc/sun4v/ |
H A D | gcpu.esc | 93 ERPT_EVENT(chip, icache-uc); 94 ERPT_EVENT(core, icache-uc); 145 FLT_CPU_UE(chip, icache-uc, chip-uc); 146 FLT_CPU_UE(core, icache-uc, core-uc); 199 ERPT_EVENT(chip, icache); 200 ERPT_EVENT(core, icache); 259 FLT_CPU_CE(icache, core, core, 8, 1week); 299 FLT_CPU_CE_UNRETIRED(icache, chip, chip-nr, 8, 1week);
|
/titanic_44/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | gcpu.esc | 126 CMPND_EVENT(icache); 199 CMPND_FLT_PROP_1(icache, icache, 12, 72h);
|
H A D | intel.esc | 115 CMPND_EVENT(icache, 1s); 189 CMPND_FLT_PROP_1(icache, icache, 12, 72h);
|
/titanic_44/usr/src/cmd/backup/dump/ |
H A D | dumptraverse.c | 742 static struct dinode icache[CACHESIZE]; local 755 return (icache + i); 761 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));
|
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_cpuerr.c | 150 CMD_CPU_SIMPLEHANDLER(icache, icache, CMD_PTR_CPU_ICACHE, "icache", "icache")
|
/titanic_44/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 261 typedef struct icache { /* Inode cache element: */ struct
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1774 Cache *icache; in interp() local 1811 icache = _cache; in interp() 1820 if (ishdr && icache->c_data) { in interp() 1822 dbg_print(0, MSG_INTL(MSG_ELF_SCN_INTERP), icache->c_name); in interp() 1824 (char *)icache->c_data->d_buf + in interp() 1836 icache->c_name); in interp()
|
/titanic_44/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 332 nop ! icache alignment and performance 378 nop ! affects loop icache alignment
|
/titanic_44/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcpy.s | 355 nop ! icache alignment and performance 399 nop ! affects loop icache alignment
|