Home
last modified time | relevance | path

Searched defs:cacheinfo (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Dcpu.h75 struct cacheinfo { struct
76 int c_totalsize; /* total size, in bytes */
78 int c_enabled; /* true => cache is enabled */
79 int c_hwflush; /* true => have hardware flush */
80 int c_linesize; /* line size, in bytes */
82 int c_l2linesize; /* log2(linesize) */
83 int c_nlines; /* precomputed # of lines to flush */
84 int c_physical; /* true => cache has physical
86 int c_associativity; /* # of "buckets" in cache line */
87 int c_split; /* true => cache is split */
[all …]
/netbsd-src/sys/arch/sparc64/include/
H A Dcpu.h58 struct cacheinfo { struct
59 c_itotalsizecacheinfo global() argument
60 c_ilinesizecacheinfo global() argument
61 c_dtotalsizecacheinfo global() argument
62 c_dlinesizecacheinfo global() argument
63 c_etotalsizecacheinfo global() argument
64 c_elinesizecacheinfo global() argument
/netbsd-src/usr.sbin/cpuctl/arch/
H A Dsparc.c53 struct cacheinfo cacheinfo; in identifycpu() local
H A Dsparc64.c55 struct cacheinfo cacheinfo; in identifycpu() local
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpufunc.c59 struct aarch64_cache_info *cacheinfo) in extract_cacheunit()