Home
last modified time | relevance | path

Searched refs:icache_size (Results 1 – 17 of 17) 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
124 kdi_icache_size = icache_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
137 kdi_icache_size = icache_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
135 kdi_icache_size = icache_size; in kdi_cpu_init()
H A Dus3_common_asm.S627 ASM_LD(%o0, icache_size)
1085 ASM_LD(%g5, icache_size)
1343 ASM_LD(%g5, icache_size)
1546 ASM_LD(%g5, icache_size)
2191 ASM_LD(%o0, icache_size)
H A Dus3_cheetahplus.c119 icache_size = CHP_ICACHE_MAX_SIZE; in cpu_fiximp()
150 icache_size = PN_ICACHE_SIZE; in cpu_fix_allpanther()
H A Dus3_jalapeno_asm.S440 ASM_LD(%g5, icache_size)
611 ASM_LD(%g4, icache_size)
H A Dus3_cheetah_asm.S183 ASM_LD(%g4, icache_size)
H A Dus3_cheetah.c121 "icache-size", &icache_size, CH_ICACHE_SIZE, in cpu_fiximp()
H A Dus3_jalapeno.c155 "icache-size", &icache_size, CH_ICACHE_SIZE, in cpu_fiximp()
H A Dopl_olympus.c266 "l1-icache-size", &icache_size, OPL_ICACHE_SIZE, in cpu_fiximp()
H A Dus3_common.c4115 ic_set_size = icache_size / CH_ICACHE_NWAY; in cpu_icache_parity_info()
4145 ic_set_size = icache_size / CH_ICACHE_NWAY; in cpu_icache_parity_check()
H A Dspitfire.c563 "icache-size", &icache_size, in cpu_fiximp()
/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/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
1127 kdi_icache_size = icache_size; in kdi_cpu_init()
/illumos-gate/usr/src/uts/sun4/os/
H A Dmlsetup.c83 int icache_size; variable