Searched refs:ecache (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_const.h195 #define IS_VALID_ECACHE(ecache) \
196 (((ecache) >= 0) && (ecache < ECDIMMS_PER_PORT))
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach_asm.s89 * arg1 = ecache flush physaddr
252 ! %o1 = flushaddr for ecache
253 ! %o2 = size to use for ecache flush
254 ! %o3 = ecache linesize
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c70 #define CPU_INFO_FMT "cpuid=%s speed=%d ecache=%d"
260 * Best effort attempt to read cpu ecache sizes from
405 #define PROP_ECACHE_SIZE "ecache-size"
416 * The ecache sizes for individual cpus are read from the
418 * from the cfgadm_sbd cpu attachment point ecache info,
478 * Libdevinfo node walk callback for reading ecache size
486 int *cpuid, *ecache; local
525 if (prop_lookup_int(node, ph, PROP_ECACHE_SIZE, &ecache) == 0 ||
526 prop_lookup_int(node, ph, PROP_L3_CACHE_SIZE, &ecache) == 0 ||
527 prop_lookup_int(node, ph, PROP_L2_CACHE_SIZE, &ecache)
842 int speed, ecache; local
945 int speed, ecache, rv = 0; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c193 static umem_cache_t *ecache; variable
327 ecache = umem_cache_create("entry", sizeof (pkgentry_t),
630 p = umem_cache_alloc(ecache, UMEM_NOFAIL);
1020 umem_cache_free(ecache, p);
1042 umem_cache_free(ecache, new);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.s333 * We flush the entire ecache by starting at one end and loading each
334 * successive ecache line for the 2*ecache-size range. We have to repeat
335 * the flush operation to guarantee that the entire ecache has been
339 * address and load at set-size stride, wrapping around at 2*ecache-size
797 * %o2 - ecache linesize
816 * to guarantee that the entire ecache has been flushed.
833 ! flush entire ecache HB_ECACHE_FLUSH_CNT times
872 * Get ecache data and tag. The ecache_idx argument is assumed to be aligned
874 * 8 byte ecache dat
[all...]

Completed in 87 milliseconds