Home
last modified time | relevance | path

Searched defs:arm_cache_info (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/arch/arm/include/
H A Dcpu.h173 struct arm_cache_info { struct
174 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 …]