| 147 | | size_t icache_sets, // number of associative sets (instruction cache) |
| 148 | | size_t icache_words, // number of words per line (instruction cache) |
| 149 | | size_t icache_ways, // number of ways per associative set (instruction cache) |
| 150 | | size_t dcache_sets, // number of associative sets (data cache) |
| 151 | | size_t dcache_words, // number of words per line (data cache) |
| 152 | | size_t dcache_ways ); // number of ways per associative set (data cache) |
| | 149 | size_t icache_sets, // number of associative sets (instruction cache) |
| | 150 | size_t icache_words, // number of words per line (instruction cache) |
| | 151 | size_t icache_ways, // number of ways per associative set (instruction cache) |
| | 152 | size_t dcache_sets, // number of associative sets (data cache) |
| | 153 | size_t dcache_words, // number of words per line (data cache) |
| | 154 | size_t dcache_ways ); // number of ways per associative set (data cache) |
| 161 | | size_t itlb_m_ways, |
| 162 | | size_t itlb_m_sets, |
| 163 | | size_t itlb_k_ways, |
| 164 | | size_t itlb_k_sets, |
| 165 | | size_t dtlb_m_ways, |
| 166 | | size_t dtlb_m_sets, |
| 167 | | size_t dtlb_k_ways, |
| 168 | | size_t dtlb_k_sets, |
| 169 | | size_t page_m_nbits, |
| 170 | | size_t page_k_nbits, |
| 171 | | size_t icache_lines, |
| 172 | | size_t icache_words, |
| 173 | | size_t icache_sets, |
| 174 | | size_t dcache_lines, |
| 175 | | size_t dcache_words |
| 176 | | size_t dcache_sets ); |
| | 163 | size_t itlb_m_ways, // number of ways per associative sets (instruction TLB/M) |
| | 164 | size_t itlb_m_sets, // number of associative sets (instruction TLB/M) |
| | 165 | size_t itlb_k_ways, // number of ways per associative sets (instruction TLB/K) |
| | 166 | size_t itlb_k_sets, // number of associative sets (instruction TLB/K) |
| | 167 | size_t dtlb_m_ways, // number of ways per associative sets (data TLB/M) |
| | 168 | size_t dtlb_m_sets, // number of associative sets (data TLB/M) |
| | 169 | size_t dtlb_k_ways, // number of ways per associative sets (data TLB/K) |
| | 170 | size_t dtlb_k_sets, // number of associative sets (data TLB/K) |
| | 171 | size_t icache_sets, // number of associative sets (instruction cache) |
| | 172 | size_t icache_words, // number of words per line (instruction cache) |
| | 173 | size_t icache_ways, // number of ways per associative set (instruction cache) |
| | 174 | size_t dcache_sets, // number of associative sets (data cache) |
| | 175 | size_t dcache_words, // number of words per line (data cache) |
| | 176 | size_t dcache_ways ); // number of ways per associative set (data cache) |
| 186 | | size_t icache_lines, |
| 187 | | size_t icache_words, |
| 188 | | size_t icache_sets, |
| 189 | | size_t dcache_lines, |
| 190 | | size_t dcache_words |
| 191 | | size_t dcache_sets ); |
| | 186 | size_t icache_sets, // number of associative sets (instruction cache) |
| | 187 | size_t icache_words, // number of words per line (instruction cache) |
| | 188 | size_t icache_ways, // number of ways per associative set (instruction cache) |
| | 189 | size_t dcache_sets, // number of associative sets (data cache) |
| | 190 | size_t dcache_words, // number of words per line (data cache) |
| | 191 | size_t dcache_ways ); // number of ways per associative set (data cache) |
| 201 | | size_t itlb_m_ways, |
| 202 | | size_t itlb_m_sets, |
| 203 | | size_t itlb_k_ways, |
| 204 | | size_t itlb_k_sets, |
| 205 | | size_t dtlb_m_ways, |
| 206 | | size_t dtlb_m_sets, |
| 207 | | size_t dtlb_k_ways, |
| 208 | | size_t dtlb_k_sets, |
| 209 | | size_t page_m_nbits, |
| 210 | | size_t page_k_nbits, |
| 211 | | size_t icache_lines, |
| 212 | | size_t icache_words, |
| 213 | | size_t icache_sets, |
| 214 | | size_t dcache_lines, |
| 215 | | size_t dcache_words |
| 216 | | size_t dcache_sets ); |
| | 201 | size_t itlb_m_ways, // number of ways per associative sets (instruction TLB/M) |
| | 202 | size_t itlb_m_sets, // number of associative sets (instruction TLB/M) |
| | 203 | size_t itlb_k_ways, // number of ways per associative sets (instruction TLB/K) |
| | 204 | size_t itlb_k_sets, // number of associative sets (instruction TLB/K) |
| | 205 | size_t dtlb_m_ways, // number of ways per associative sets (data TLB/M) |
| | 206 | size_t dtlb_m_sets, // number of associative sets (data TLB/M) |
| | 207 | size_t dtlb_k_ways, // number of ways per associative sets (data TLB/K) |
| | 208 | size_t dtlb_k_sets, // number of associative sets (data TLB/K) |
| | 209 | size_t icache_sets, // number of associative sets (instruction cache) |
| | 210 | size_t icache_words, // number of words per line (instruction cache) |
| | 211 | size_t icache_ways, // number of ways per associative set (instruction cache) |
| | 212 | size_t dcache_sets, // number of associative sets (data cache) |
| | 213 | size_t dcache_words, // number of words per line (data cache) |
| | 214 | size_t dcache_ways ); // number of ways per associative set (data cache) |