Lines Matching defs:set
62 * ARC700 MMU-v1 had a Joint-TLB for Code and Data and is 2 way set-assoc.
64 * map into same set, there would be contention for the 2 ways causing severe
67 * Although J-TLB is 2 way set assoc, ARC700 caches J-TLB into uTLBS which has
130 * The Workaround was to set Index reg with some valid value, prior to
191 * Otherwise, Probe would have located the entry and set INDEX Reg
547 * however Linux only saves 1 set to save PTE real-estate
874 #define SET_WAY_TO_IDX(mmu, set, way) ((set) * mmu->ways + (way))
891 int set, n_ways = mmu->ways;
899 for (set = 0; set < mmu->sets; set++) {
904 /* read out all the ways of current set */
907 SET_WAY_TO_IDX(mmu, set, way));
918 /* Scan the set for duplicate ways: needs a nested loop */
931 pr_info("Dup TLB PD0 %08x @ set %d ways %d,%d\n",
932 pd0[way], set, way, n);
940 SET_WAY_TO_IDX(mmu, set, way));