Lines Matching full:way
108 oris r7,r6,0x8000 /* specify way explicitly */
141 /* 476 variant. There's not simple way to do this, hopefully we'll
149 lis r7,0x8000 /* Specify way explicitly */
154 li r4,0 /* Current way */
156 andi. r0,r8,1 /* Check if way 0 is bolted */
157 mtctr r9 /* Load way counter */
160 2: /* For each way */
161 or r5,r3,r4 /* Make way|index for tlbre */
164 3: addis r4,r4,0x2000 /* Next way */
167 rlwimi r7,r5,0,1,2 /* Insert way number */
170 4: bdnz 2b /* Loop for each way */