Searched refs:icache (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c49 cleanup(Elf *ielf, Elf *oelf, Elf *melf, Cache *icache, Cache *mcache, argument
52 if (icache) {
53 Cache * _icache = icache;
59 (void) free((void *)icache);
151 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; local
238 cleanup(ielf, oelf, melf, icache, mcache, fd, 0);
247 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
258 cleanup(ielf, oelf, melf, icache, mcache, 0, 0);
263 cleanup(ielf, oelf, melf, icache, mcache, fd, opath);
274 cleanup(ielf, oelf, melf, icache, mcach
[all...]
H A Drelocate.c423 update_reloc(Cache *ocache, Cache *icache, Cache *_icache, const char *name, argument
486 _icache = icache;
500 ircache = &icache[ndx];
/opensolaris-onvv-gate/usr/src/common/fs/
H A Dufsops.c791 } *icache; variable in typeref:struct:cache
800 if (icache) {
801 entry->next = icache;
802 icache = entry;
804 icache = entry;
812 struct cache *entry = icache;
824 struct cache *next, *entry = icache;
831 icache = 0;
/opensolaris-onvv-gate/usr/src/cmd/fm/dicts/
H A DSUN4V.dict33 fault.cpu.ultraSPARC-T1.icache=5
48 fault.cpu.ultraSPARC-T2.icache=20
73 fault.cpu.ultraSPARC-T2plus.icache=45
H A DGMCA.dict53 fault.cpu.generic-x86.icache=25
H A DINTEL.dict53 fault.cpu.intel.icache=25
H A DSUN4U.dict34 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
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu.esc126 CMPND_EVENT(icache);
199 CMPND_FLT_PROP_1(icache, icache, 12, 72h);
H A Dintel.esc115 CMPND_EVENT(icache, 1s);
189 CMPND_FLT_PROP_1(icache, icache, 12, 72h);
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dgcpu.esc93 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);
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpuerr.c150 CMD_CPU_SIMPLEHANDLER(icache, icache, CMD_PTR_CPU_ICACHE, "icache", "icache")
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c742 static struct dinode icache[CACHESIZE]; local
755 return (icache + i);
761 bcopy(itab + (lasti - minino), icache + cacheoff, sizeof (itab[0]));
/opensolaris-onvv-gate/usr/src/stand/lib/fs/common/
H A Dcache.c261 typedef struct icache { /* Inode cache element: */ struct
323 * Reliably set the icache
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1705 Cache *icache; local
1742 icache = _cache;
1751 if (ishdr && icache->c_data) {
1753 dbg_print(0, MSG_INTL(MSG_ELF_SCN_INTERP), icache->c_name);
1755 (char *)icache->c_data->d_buf +
1767 icache->c_name);
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s332 nop ! icache alignment and performance
378 nop ! affects loop icache alignment
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s355 nop ! icache alignment and performance
399 nop ! affects loop icache alignment

Completed in 115 milliseconds