Home
last modified time | relevance | path

Searched refs:dcache_size (Results 1 – 23 of 23) sorted by relevance

/titanic_50/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_kdi_isadep.c80 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 Dspitfire_kdi.c119 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 Dus3_kdi.c132 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 Dopl_kdi.c130 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 Dus3_cheetah_asm.s175 ASM_LD(%g4, dcache_size)
H A Dus3_common_asm.s68 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 Dus3_jalapeno_asm.s463 ASM_LD(%g5, dcache_size)
634 ASM_LD(%g4, dcache_size)
H A Dus3_cheetah.c119 "dcache-size", &dcache_size, CH_DCACHE_SIZE, in cpu_fiximp()
H A Dus3_jalapeno.c153 "dcache-size", &dcache_size, CH_DCACHE_SIZE, in cpu_fiximp()
H A Dus3_common.c2093 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 Dspitfire_asm.s65 sethi %hi(dcache_size), tmp3 ;\
66 ld [tmp3 + %lo(dcache_size)], tmp3 ;\
440 kdi_flush_idcache(int dcache_size, int dcache_lsize,
H A Dus3_cheetahplus.c116 dcache_size = CH_DCACHE_SIZE; in cpu_fiximp()
H A Dus3_cheetahplus_asm.s247 ASM_LD(%g4, dcache_size)
H A Dspitfire.c561 "dcache-size", &dcache_size, in cpu_fiximp()
589 dcache_line_mask = (dcache_size - 1) & ~(dcache_linesize - 1); in cpu_fiximp()
H A Dopl_olympus.c264 "l1-dcache-size", &dcache_size, OPL_DCACHE_SIZE, in cpu_fiximp()
H A Dopl_olympus_asm.s600 kdi_flush_idcache(int dcache_size, int dcache_lsize, int icache_size,
/titanic_50/usr/src/uts/sun4u/sys/
H A Dopl_module.h156 extern int dcache_size;
H A Dmachsystm.h256 extern int dcache_size; /* Maximum dcache size */
H A Dus3_module.h565 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 Dsbdp_asm.s155 sethi %hi(dcache_size), %g3
156 ld [%g3 + %lo(dcache_size)], %g3
/titanic_50/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach_asm.s275 sethi %hi(dcache_size), %g3
276 ld [%g3 + %lo(dcache_size)], %g3
/titanic_50/usr/src/uts/sun4/os/
H A Dmlsetup.c81 int dcache_size; variable
/titanic_50/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1122 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()