Home
last modified time | relevance | path

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

/illumos-gate/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_jalapeno_asm.S426 ASM_LD(%g5, dcache_size)
588 ASM_LD(%g4, dcache_size)
H A Dus3_cheetah_asm.S160 ASM_LD(%g4, dcache_size)
H A Dus3_cheetah.c119 "dcache-size", &dcache_size, CH_DCACHE_SIZE, in cpu_fiximp()
H A Dus3_common_asm.S66 ASM_LD(tmp3, dcache_size) ;\
613 ASM_LD(%o0, dcache_size)
1071 ASM_LD(%g5, dcache_size)
1559 ASM_LD(%g5, dcache_size)
H A Dus3_jalapeno.c153 "dcache-size", &dcache_size, CH_DCACHE_SIZE, in cpu_fiximp()
H A Dus3_common.c2094 int dc_set_size = dcache_size / CH_DCACHE_NWAY; in cpu_parity_error()
2165 dcache_size, in cpu_parity_error()
2217 correct_dcache_parity(dcache_size, in cpu_parity_error()
2227 correct_dcache_parity(dcache_size, dcache_linesize); in cpu_parity_error()
3972 int dc_set_size = dcache_size / CH_DCACHE_NWAY; in cpu_dcache_parity_info()
3993 int dc_set_size = dcache_size / CH_DCACHE_NWAY; in cpu_dcache_parity_check()
5712 dcache_nlines = dcache_size / dcache_linesize;
H A Dus3_cheetahplus.c116 dcache_size = CH_DCACHE_SIZE; in cpu_fiximp()
H A Dus3_cheetahplus_asm.S232 ASM_LD(%g4, dcache_size)
H A Dspitfire_asm.S59 sethi %hi(dcache_size), tmp3 ;\
60 ld [tmp3 + %lo(dcache_size)], tmp3 ;\
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()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_module.h156 extern int 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;
H A Dmachsystm.h256 extern int dcache_size; /* Maximum dcache size */
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.S134 sethi %hi(dcache_size), %g3
135 ld [%g3 + %lo(dcache_size)], %g3
/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, in kdi_cpu_init() argument
1125 kdi_dcache_size = dcache_size; in kdi_cpu_init()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c81 int dcache_size; variable