Searched refs:icache_size (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_kdi_isadep.c81 int icache_size, icache_linesize; local
116 (caddr_t)&icache_size) == -1 &&
118 (caddr_t)&icache_size) == -1)
121 if (kdi_icache_size == 0 || icache_size > kdi_icache_size)
122 kdi_icache_size = icache_size;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_kdi.c130 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, argument
135 kdi_icache_size = icache_size;
H A Dspitfire_kdi.c119 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, argument
124 kdi_icache_size = icache_size;
H A Dus3_kdi.c132 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, argument
137 kdi_icache_size = icache_size;
H A Dus3_common_asm.s818 ASM_LD(%o0, icache_size)
832 kdi_flush_idcache(int dcache_size, int dcache_lsize, int icache_size,
1393 ASM_LD(%g5, icache_size)
1680 ASM_LD(%g5, icache_size)
1903 ASM_LD(%g5, icache_size)
2741 ASM_LD(%o0, icache_size)
H A Dus3_cheetah.c121 "icache-size", &icache_size, CH_ICACHE_SIZE,
H A Dus3_cheetah_asm.s198 ASM_LD(%g4, icache_size)
H A Dus3_cheetahplus.c119 icache_size = CHP_ICACHE_MAX_SIZE;
150 icache_size = PN_ICACHE_SIZE;
H A Dus3_jalapeno_asm.s477 ASM_LD(%g5, icache_size)
657 ASM_LD(%g4, icache_size)
H A Dus3_jalapeno.c155 "icache-size", &icache_size, CH_ICACHE_SIZE,
H A Dopl_olympus.c266 "l1-icache-size", &icache_size, OPL_ICACHE_SIZE,
H A Dopl_olympus_asm.s600 kdi_flush_idcache(int dcache_size, int dcache_lsize, int icache_size,
H A Dspitfire_asm.s441 int icache_size, int icache_lsize)
857 * int icache_size, int icache_linesize)
H A Dus3_common.c4114 ic_set_size = icache_size / CH_ICACHE_NWAY;
4144 ic_set_size = icache_size / CH_ICACHE_NWAY;
H A Dspitfire.c563 "icache-size", &icache_size,
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_module.h158 extern int icache_size;
H A Dmachsystm.h258 extern int icache_size; /* Maximum icache size */
H A Dus3_module.h669 extern int icache_size;
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach_asm.s55 * arg1 = icache_size
281 sethi %hi(icache_size), %g5
282 ld [%g5 + %lo(icache_size)], %g5
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c83 int icache_size; variable
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1122 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, argument
1127 kdi_icache_size = icache_size;

Completed in 2382 milliseconds