Lines Matching defs:cache_info
11 struct cache_info { struct
12 union cache_config config;
13 union cache_sram_type supp_sram_type;
14 union cache_sram_type curr_sram_type;
15 u32 line_size;
16 u32 associativity;
17 u32 max_size;
18 u32 inst_size;
19 u8 cache_type;
20 u8 speed;
21 u8 err_corr_type;
22 char *socket_design;
64 struct cache_info *cache_info) in sysinfo_get_cache_info()