Lines Matching defs:Memcache
33 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 */
297 uint setsh;