/titanic_50/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kmdb_kdi_isadep.c | 81 int icache_size, icache_linesize; in kdi_init_cpus_cb() local 116 (caddr_t)&icache_size) == -1 && in kdi_init_cpus_cb() 118 (caddr_t)&icache_size) == -1) in kdi_init_cpus_cb() 121 if (kdi_icache_size == 0 || icache_size > kdi_icache_size) in kdi_init_cpus_cb() 122 kdi_icache_size = icache_size; in kdi_init_cpus_cb()
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_kdi.c | 119 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, in kdi_cpu_init() argument 124 kdi_icache_size = icache_size; in kdi_cpu_init()
|
H A D | us3_kdi.c | 132 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, in kdi_cpu_init() argument 137 kdi_icache_size = icache_size; in kdi_cpu_init()
|
H A D | opl_kdi.c | 130 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, in kdi_cpu_init() argument 135 kdi_icache_size = icache_size; in kdi_cpu_init()
|
H A D | us3_common_asm.s | 818 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 D | us3_cheetah_asm.s | 198 ASM_LD(%g4, icache_size)
|
H A D | us3_cheetahplus.c | 119 icache_size = CHP_ICACHE_MAX_SIZE; in cpu_fiximp() 150 icache_size = PN_ICACHE_SIZE; in cpu_fix_allpanther()
|
H A D | us3_jalapeno_asm.s | 477 ASM_LD(%g5, icache_size) 657 ASM_LD(%g4, icache_size)
|
H A D | us3_cheetah.c | 121 "icache-size", &icache_size, CH_ICACHE_SIZE, in cpu_fiximp()
|
H A D | us3_jalapeno.c | 155 "icache-size", &icache_size, CH_ICACHE_SIZE, in cpu_fiximp()
|
H A D | opl_olympus.c | 266 "l1-icache-size", &icache_size, OPL_ICACHE_SIZE, in cpu_fiximp()
|
H A D | opl_olympus_asm.s | 600 kdi_flush_idcache(int dcache_size, int dcache_lsize, int icache_size,
|
H A D | us3_common.c | 4114 ic_set_size = icache_size / CH_ICACHE_NWAY; in cpu_icache_parity_info() 4144 ic_set_size = icache_size / CH_ICACHE_NWAY; in cpu_icache_parity_check()
|
H A D | spitfire_asm.s | 441 int icache_size, int icache_lsize)
|
H A D | spitfire.c | 563 "icache-size", &icache_size, in cpu_fiximp()
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | opl_module.h | 158 extern int icache_size;
|
H A D | machsystm.h | 258 extern int icache_size; /* Maximum icache size */
|
H A D | us3_module.h | 669 extern int icache_size;
|
/titanic_50/usr/src/uts/sun4u/starfire/ml/ |
H A D | drmach_asm.s | 281 sethi %hi(icache_size), %g5 282 ld [%g5 + %lo(icache_size)], %g5
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 83 int icache_size; variable
|
/titanic_50/usr/src/uts/sun4v/os/ |
H A D | mach_cpu_states.c | 1122 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, in kdi_cpu_init() argument 1127 kdi_icache_size = icache_size; in kdi_cpu_init()
|