Lines Matching refs:cpu_features
29 const struct cpu_features *cpu_features = __get_cpu_features (); in __cache_sysconf() local
33 return cpu_features->level1_icache_size; in __cache_sysconf()
36 return cpu_features->level1_icache_linesize; in __cache_sysconf()
39 return cpu_features->level1_dcache_size; in __cache_sysconf()
42 return cpu_features->level1_dcache_assoc; in __cache_sysconf()
45 return cpu_features->level1_dcache_linesize; in __cache_sysconf()
48 return cpu_features->level2_cache_size; in __cache_sysconf()
51 return cpu_features->level2_cache_assoc; in __cache_sysconf()
54 return cpu_features->level2_cache_linesize; in __cache_sysconf()
57 return cpu_features->level3_cache_size; in __cache_sysconf()
60 return cpu_features->level3_cache_assoc; in __cache_sysconf()
63 return cpu_features->level3_cache_linesize; in __cache_sysconf()
66 return cpu_features->level4_cache_size; in __cache_sysconf()