Searched defs:dcache_size (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | opl_kdi.c | 130 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, argument 133 kdi_dcache_size = dcache_size;
|
H A D | spitfire_kdi.c | 119 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, argument 122 kdi_dcache_size = dcache_size;
|
H A D | us3_kdi.c | 132 kdi_cpu_init(int dcache_size, int dcache_linesize, int icache_size, argument 135 kdi_dcache_size = dcache_size;
|
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kmdb_kdi_isadep.c | 80 int dcache_size, dcache_linesize; local 94 (caddr_t)&dcache_size) == -1 && 96 (caddr_t)&dcache_size) == -1) 99 if (kdi_dcache_size == 0 || dcache_size > kdi_dcache_size) 100 kdi_dcache_size = dcache_size;
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 81 int dcache_size; variable
|
/illumos-gate/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, argument 1125 kdi_dcache_size = dcache_size;
|
Completed in 1263 milliseconds