Home
last modified time | relevance | path

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

/plan9/sys/src/9/omap/
H A Ddat.h33 typedef struct Memcache Memcache; typedef
286 struct Memcache { struct
287 uint level; /* 1 is nearest processor, 2 further away */
288 uint l1ip; /* l1 I policy */
290 uint nways; /* associativity */
291 uint nsets;
292 uint linelen; /* bytes per cache line */
293 uint setsways;
295 uint log2linelen;
296 uint waysh; /* shifts for set/way register */
[all …]
/plan9/sys/src/9/kw/
H A Ddat.h7 typedef struct Memcache Memcache; typedef
279 struct Memcache { struct
280 uint level; /* 1 is nearest processor, 2 further away */
281 uint kind; /* I, D or unified */
283 uint size;
284 uint nways; /* associativity */
285 uint nsets;
286 uint linelen; /* bytes per cache line */
287 uint setsways;
289 uint log2linelen;
[all …]
/plan9/sys/src/9/teg2/
H A Ddat.h32 typedef struct Memcache Memcache; typedef
329 struct Memcache { struct
330 uint waysh; /* shifts for set/way register */
331 uint setsh;
333 uint log2linelen;
335 uint level; /* 1 is nearest processor, 2 further away */
336 uint type;
337 uint external; /* flag */
338 uint l1ip; /* l1 I policy */
340 uint nways; /* associativity */
[all …]
H A Dcaches.c176 l1cachesinfo(Memcache *) in l1cachesinfo() argument
/plan9/sys/src/9/bcm/
H A Ddat.h21 typedef struct Memcache Memcache; typedef