Searched defs:Memcache (Results 1 – 5 of 5) sorted by relevance
33 typedef struct Memcache Memcache; typedef286 struct Memcache { struct287 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 …]
7 typedef struct Memcache Memcache; typedef279 struct Memcache { struct280 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 …]
32 typedef struct Memcache Memcache; typedef329 struct Memcache { struct330 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 …]
176 l1cachesinfo(Memcache *) in l1cachesinfo() argument
21 typedef struct Memcache Memcache; typedef