Lines Matching full:this

6  *  this file) for more details.
9 * defined in this file are derivable (at least in theory) from
28 a copy of this software and associated documentation files (the
35 The above copyright notice and this permission notice shall be included
160 * if this PTE load also misses, a miss exception is posted for s/w.
166 * restriction is that this be the only page size it supports).
175 * this list may be sparse for auto-refill ways because auto-refill
178 * this list; unsupported sizes for a given way are zero in the list;
219 #define XCHAL_ITLB_SET0_WAY 0 /* index of first way in this way set */
220 #define XCHAL_ITLB_SET0_WAYS 1 /* number of (contiguous) ways in this way set */
221 #define XCHAL_ITLB_SET0_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
222 #define XCHAL_ITLB_SET0_ENTRIES 4 /* number of entries in this way (always a power of 2) */
224 #define XCHAL_ITLB_SET0_PAGESIZES 1 /* number of supported page sizes in this way */
240 #define XCHAL_ITLB_SET1_WAY 1 /* index of first way in this way set */
241 #define XCHAL_ITLB_SET1_WAYS 1 /* number of (contiguous) ways in this way set */
242 #define XCHAL_ITLB_SET1_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
243 #define XCHAL_ITLB_SET1_ENTRIES 4 /* number of entries in this way (always a power of 2) */
245 #define XCHAL_ITLB_SET1_PAGESIZES 1 /* number of supported page sizes in this way */
261 #define XCHAL_ITLB_SET2_WAY 2 /* index of first way in this way set */
262 #define XCHAL_ITLB_SET2_WAYS 1 /* number of (contiguous) ways in this way set */
263 #define XCHAL_ITLB_SET2_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
264 #define XCHAL_ITLB_SET2_ENTRIES 4 /* number of entries in this way (always a power of 2) */
266 #define XCHAL_ITLB_SET2_PAGESIZES 1 /* number of supported page sizes in this way */
282 #define XCHAL_ITLB_SET3_WAY 3 /* index of first way in this way set */
283 #define XCHAL_ITLB_SET3_WAYS 1 /* number of (contiguous) ways in this way set */
284 #define XCHAL_ITLB_SET3_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
285 #define XCHAL_ITLB_SET3_ENTRIES 4 /* number of entries in this way (always a power of 2) */
287 #define XCHAL_ITLB_SET3_PAGESIZES 1 /* number of supported page sizes in this way */
303 #define XCHAL_ITLB_SET4_WAY 4 /* index of first way in this way set */
304 #define XCHAL_ITLB_SET4_WAYS 1 /* number of (contiguous) ways in this way set */
305 #define XCHAL_ITLB_SET4_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
306 #define XCHAL_ITLB_SET4_ENTRIES 4 /* number of entries in this way (always a power of 2) */
308 #define XCHAL_ITLB_SET4_PAGESIZES 4 /* number of supported page sizes in this way */
324 #define XCHAL_ITLB_SET5_WAY 5 /* index of first way in this way set */
325 #define XCHAL_ITLB_SET5_WAYS 1 /* number of (contiguous) ways in this way set */
326 #define XCHAL_ITLB_SET5_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
327 #define XCHAL_ITLB_SET5_ENTRIES 4 /* number of entries in this way (always a power of 2) */
329 #define XCHAL_ITLB_SET5_PAGESIZES 2 /* number of supported page sizes in this way */
360 #define XCHAL_ITLB_SET6_WAY 6 /* index of first way in this way set */
361 #define XCHAL_ITLB_SET6_WAYS 1 /* number of (contiguous) ways in this way set */
362 #define XCHAL_ITLB_SET6_ENTRIES_LOG2 3 /* log2(number of entries in this way) */
363 #define XCHAL_ITLB_SET6_ENTRIES 8 /* number of entries in this way (always a power of 2) */
365 #define XCHAL_ITLB_SET6_PAGESIZES 2 /* number of supported page sizes in this way */
451 #define XCHAL_DTLB_SET0_WAY 0 /* index of first way in this way set */
452 #define XCHAL_DTLB_SET0_WAYS 1 /* number of (contiguous) ways in this way set */
453 #define XCHAL_DTLB_SET0_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
454 #define XCHAL_DTLB_SET0_ENTRIES 4 /* number of entries in this way (always a power of 2) */
456 #define XCHAL_DTLB_SET0_PAGESIZES 1 /* number of supported page sizes in this way */
472 #define XCHAL_DTLB_SET1_WAY 1 /* index of first way in this way set */
473 #define XCHAL_DTLB_SET1_WAYS 1 /* number of (contiguous) ways in this way set */
474 #define XCHAL_DTLB_SET1_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
475 #define XCHAL_DTLB_SET1_ENTRIES 4 /* number of entries in this way (always a power of 2) */
477 #define XCHAL_DTLB_SET1_PAGESIZES 1 /* number of supported page sizes in this way */
493 #define XCHAL_DTLB_SET2_WAY 2 /* index of first way in this way set */
494 #define XCHAL_DTLB_SET2_WAYS 1 /* number of (contiguous) ways in this way set */
495 #define XCHAL_DTLB_SET2_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
496 #define XCHAL_DTLB_SET2_ENTRIES 4 /* number of entries in this way (always a power of 2) */
498 #define XCHAL_DTLB_SET2_PAGESIZES 1 /* number of supported page sizes in this way */
514 #define XCHAL_DTLB_SET3_WAY 3 /* index of first way in this way set */
515 #define XCHAL_DTLB_SET3_WAYS 1 /* number of (contiguous) ways in this way set */
516 #define XCHAL_DTLB_SET3_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
517 #define XCHAL_DTLB_SET3_ENTRIES 4 /* number of entries in this way (always a power of 2) */
519 #define XCHAL_DTLB_SET3_PAGESIZES 1 /* number of supported page sizes in this way */
535 #define XCHAL_DTLB_SET4_WAY 4 /* index of first way in this way set */
536 #define XCHAL_DTLB_SET4_WAYS 1 /* number of (contiguous) ways in this way set */
537 #define XCHAL_DTLB_SET4_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
538 #define XCHAL_DTLB_SET4_ENTRIES 4 /* number of entries in this way (always a power of 2) */
540 #define XCHAL_DTLB_SET4_PAGESIZES 4 /* number of supported page sizes in this way */
556 #define XCHAL_DTLB_SET5_WAY 5 /* index of first way in this way set */
557 #define XCHAL_DTLB_SET5_WAYS 1 /* number of (contiguous) ways in this way set */
558 #define XCHAL_DTLB_SET5_ENTRIES_LOG2 2 /* log2(number of entries in this way) */
559 #define XCHAL_DTLB_SET5_ENTRIES 4 /* number of entries in this way (always a power of 2) */
561 #define XCHAL_DTLB_SET5_PAGESIZES 2 /* number of supported page sizes in this way */
592 #define XCHAL_DTLB_SET6_WAY 6 /* index of first way in this way set */
593 #define XCHAL_DTLB_SET6_WAYS 1 /* number of (contiguous) ways in this way set */
594 #define XCHAL_DTLB_SET6_ENTRIES_LOG2 3 /* log2(number of entries in this way) */
595 #define XCHAL_DTLB_SET6_ENTRIES 8 /* number of entries in this way (always a power of 2) */
597 #define XCHAL_DTLB_SET6_PAGESIZES 2 /* number of supported page sizes in this way */
649 #define XCHAL_DTLB_SET7_WAY 7 /* index of first way in this way set */
650 #define XCHAL_DTLB_SET7_WAYS 1 /* number of (contiguous) ways in this way set */
651 #define XCHAL_DTLB_SET7_ENTRIES_LOG2 0 /* log2(number of entries in this way) */
652 #define XCHAL_DTLB_SET7_ENTRIES 1 /* number of entries in this way (always a power of 2) */
654 #define XCHAL_DTLB_SET7_PAGESIZES 1 /* number of supported page sizes in this way */
670 #define XCHAL_DTLB_SET8_WAY 8 /* index of first way in this way set */
671 #define XCHAL_DTLB_SET8_WAYS 1 /* number of (contiguous) ways in this way set */
672 #define XCHAL_DTLB_SET8_ENTRIES_LOG2 0 /* log2(number of entries in this way) */
673 #define XCHAL_DTLB_SET8_ENTRIES 1 /* number of entries in this way (always a power of 2) */
675 #define XCHAL_DTLB_SET8_PAGESIZES 1 /* number of supported page sizes in this way */
691 #define XCHAL_DTLB_SET9_WAY 9 /* index of first way in this way set */
692 #define XCHAL_DTLB_SET9_WAYS 1 /* number of (contiguous) ways in this way set */
693 #define XCHAL_DTLB_SET9_ENTRIES_LOG2 0 /* log2(number of entries in this way) */
694 #define XCHAL_DTLB_SET9_ENTRIES 1 /* number of entries in this way (always a power of 2) */
696 #define XCHAL_DTLB_SET9_PAGESIZES 1 /* number of supported page sizes in this way */