/titanic_50/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kmdb_kdi_isadep.c | 80 int dcache_size, dcache_linesize; in kdi_init_cpus_cb() local 94 (caddr_t)&dcache_size) == -1 && in kdi_init_cpus_cb() 96 (caddr_t)&dcache_size) == -1) in kdi_init_cpus_cb() 99 if (kdi_dcache_size == 0 || dcache_size > kdi_dcache_size) in kdi_init_cpus_cb() 100 kdi_dcache_size = dcache_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 122 kdi_dcache_size = dcache_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 135 kdi_dcache_size = dcache_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 133 kdi_dcache_size = dcache_size; in kdi_cpu_init()
|
H A D | us3_cheetah_asm.s | 175 ASM_LD(%g4, dcache_size)
|
H A D | us3_common_asm.s | 68 ASM_LD(tmp3, dcache_size) ;\ 794 ASM_LD(%o0, dcache_size) 832 kdi_flush_idcache(int dcache_size, int dcache_lsize, int icache_size, 1379 ASM_LD(%g5, dcache_size) 1916 ASM_LD(%g5, dcache_size)
|
H A D | us3_jalapeno_asm.s | 463 ASM_LD(%g5, dcache_size) 634 ASM_LD(%g4, dcache_size)
|
H A D | us3_cheetah.c | 119 "dcache-size", &dcache_size, CH_DCACHE_SIZE, in cpu_fiximp()
|
H A D | us3_jalapeno.c | 153 "dcache-size", &dcache_size, CH_DCACHE_SIZE, in cpu_fiximp()
|
H A D | us3_common.c | 2093 int dc_set_size = dcache_size / CH_DCACHE_NWAY; in cpu_parity_error() 2164 dcache_size, in cpu_parity_error() 2216 correct_dcache_parity(dcache_size, in cpu_parity_error() 2226 correct_dcache_parity(dcache_size, dcache_linesize); in cpu_parity_error() 3971 int dc_set_size = dcache_size / CH_DCACHE_NWAY; in cpu_dcache_parity_info() 3992 int dc_set_size = dcache_size / CH_DCACHE_NWAY; in cpu_dcache_parity_check() 5711 dcache_nlines = dcache_size / dcache_linesize;
|
H A D | spitfire_asm.s | 65 sethi %hi(dcache_size), tmp3 ;\ 66 ld [tmp3 + %lo(dcache_size)], tmp3 ;\ 440 kdi_flush_idcache(int dcache_size, int dcache_lsize,
|
H A D | us3_cheetahplus.c | 116 dcache_size = CH_DCACHE_SIZE; in cpu_fiximp()
|
H A D | us3_cheetahplus_asm.s | 247 ASM_LD(%g4, dcache_size)
|
H A D | spitfire.c | 561 "dcache-size", &dcache_size, in cpu_fiximp() 589 dcache_line_mask = (dcache_size - 1) & ~(dcache_linesize - 1); in cpu_fiximp()
|
H A D | opl_olympus.c | 264 "l1-dcache-size", &dcache_size, OPL_DCACHE_SIZE, in cpu_fiximp()
|
H A D | opl_olympus_asm.s | 600 kdi_flush_idcache(int dcache_size, int dcache_lsize, int icache_size,
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | opl_module.h | 156 extern int dcache_size;
|
H A D | machsystm.h | 256 extern int dcache_size; /* Maximum dcache size */
|
H A D | us3_module.h | 565 extern void correct_dcache_parity(size_t dcache_size, size_t dcache_linesize); 667 extern int dcache_size;
|
/titanic_50/usr/src/uts/sun4u/serengeti/ml/ |
H A D | sbdp_asm.s | 155 sethi %hi(dcache_size), %g3 156 ld [%g3 + %lo(dcache_size)], %g3
|
/titanic_50/usr/src/uts/sun4u/starfire/ml/ |
H A D | drmach_asm.s | 275 sethi %hi(dcache_size), %g3 276 ld [%g3 + %lo(dcache_size)], %g3
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 81 int dcache_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 1125 kdi_dcache_size = dcache_size; in kdi_cpu_init()
|