Searched defs:arm_cache_info (Results 1 – 1 of 1) sorted by relevance
173 struct arm_cache_info { struct174 u_int icache_size;176 u_int icache_ways;178 u_int icache_sets;180 u_int dcache_size;182 u_int dcache_ways;184 u_int dcache_sets;186 uint8_t cache_type;187 bool cache_unified;188 uint8_t icache_type;[all …]