Home
last modified time | relevance | path

Searched refs:ecache (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c486 int *cpuid, *ecache; in find_cpu_nodes() local
525 if (prop_lookup_int(node, ph, PROP_ECACHE_SIZE, &ecache) == 0 || in find_cpu_nodes()
526 prop_lookup_int(node, ph, PROP_L3_CACHE_SIZE, &ecache) == 0 || in find_cpu_nodes()
527 prop_lookup_int(node, ph, PROP_L2_CACHE_SIZE, &ecache) == 0) { in find_cpu_nodes()
533 ec->ecache_curr = *ecache; in find_cpu_nodes()
842 int speed, ecache; in cpu_rcm_qpass() local
845 &ecache) == 3); in cpu_rcm_qpass()
945 int speed, ecache, rv = 0; in cpu_cm_info() local
948 if (sscanf(cfga->ap_info, CPU_INFO_FMT, &buf, &speed, &ecache) != 3) { in cpu_cm_info()
959 if ((rv = i_cpu_cm_info(cpuid, speed, ecache, ap, rcm)) != 0) { in cpu_cm_info()
[all …]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_asm.S735 ! flush entire ecache HB_ECACHE_FLUSH_CNT times
1329 or %o1, %g0, %o2 ! put ecache size in %o2
1440 or %o2, %g0, %o3 ! ecache linesize
1441 or %o1, %g0, %o2 ! ecache size
1443 or %o3, %g0, %o4 ! save ecache linesize
1511 or %o4, %g0, %o2 ! saved ecache linesize
1528 sub %o2, 8, %o2 ! get offset of last double word in ecache line
1530 stxa %g0, [%o0 + %o2]ASI_MEM ! put zeros in the ecache line
1579 or %o1, %g0, %o2 ! put ecache size in %o2
1726 or %o0, %o4, %o4 ! %o4 = ecache addr for tag write
[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), in server_main()
630 p = umem_cache_alloc(ecache, UMEM_NOFAIL); in parse_line()
1020 umem_cache_free(ecache, p); in freeentry()
1042 umem_cache_free(ecache, new); in swapentry()