cpu_ecache_associativity
int cpu_ecache_associativity(int node);
cpu_ecache_nlines(node) * cpu_ecache_associativity(node);
cachesize = totalsize / cpu_ecache_associativity(node);
assoc = cpu_ecache_associativity(node);