• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/

Lines Matching refs:is

38  *								   it is assumed that pf64Bit is already in cr6
140 * This is a part of a device probe, so there is a good chance we will
203 ; We need to insure that there is no more than 1 BAT register that
205 ; of mortal man. It is best not to tempt fate.
212 sync ; Make sure all is well
233 sync ; Make sure it is all caught up
279 * This is a part of a device probe, so there is a good chance we will
326 slbie r7 ; Make sure the ERAT is cleared
345 slbie r7 ; Make sure the ERAT is cleared
635 srdi r7,r3,31 ; Get a 1 if address is in I/O memory
653 slbie r7 ; Make sure the ERAT is cleared
683 slbie r7 ; Make sure the ERAT is cleared
872 bt pfWillNapb,yesnap ; Yeah, nap is ok...
921 ; The interrupt handler will detect that nap or doze is set if an interrupt
922 ; is taken and set everything up to return directly to machine_idle_ret.
923 ; So, make sure everything we need there is already set up...
944 mfspr r6,hid0 ; Yes, this is silly, keep it here
945 mfspr r6,hid0 ; Yes, this is a duplicate, keep it here
946 mfspr r6,hid0 ; Yes, this is a duplicate, keep it here
947 mfspr r6,hid0 ; Yes, this is a duplicate, keep it here
948 mfspr r6,hid0 ; Yes, this is a duplicate, keep it here
949 mfspr r6,hid0 ; Yes, this is a duplicate, keep it here
950 isync ; Make sure it is set
968 li r3,0x10 ; Fancy nap threshold is 0x10 ticks
1004 mtmsr r7 ; Make sure the MSR is what we want
1007 ; Protect against a lost decrementer trap if the current decrementer value is negative
1008 ; by more than 10 ticks, re-arm it since it is unlikely to fire at this point...
1026 * There is one bit of hackery in here: we need to enable for
1120 mfspr r4,hid0 ; Yes, this is silly, keep it here
1121 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1122 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1123 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1124 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1125 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1179 * This is used to force the caches to an initial clean state. First, we
1180 * check if the cache is on, if so, we need to flush the contents to memory.
1184 * Note that if translation is not disabled when this is called, the TLB will not
1213 mfspr r4,hid0 ; Yes, this is silly, keep it here
1214 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1215 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1216 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1217 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1218 mfspr r4,hid0 ; Yes, this is a duplicate, keep it here
1246 bne- citlbhang ; It is locked, go wait...
1288 bne ciwdl1f ; No, flush is still in progress...
1293 ; the flush. The problem is that if during the following sequence a
1297 ; to each processor, lock use of a RAM area, or use ROM. ROM is
1298 ; by far the easiest. Note that this is not an issue for machines
1324 sync ; Make sure it is done
1341 sync ; Make sure it is all done
1352 sync ; Make sure it is all done
1385 sync ; Make sure all is done
1433 sync ; Make sure everything is done
1453 b ciswfl2dod ; It is off, go invalidate it...
1478 b ciinvl2 ; It is off, go invalidate it...
1544 sync ; Make sure everything is done
1603 rlwinm. r0,r0,0,pfL2b,pfL2b ; is there an L2 cache?
1764 mfspr r9,hid0 ; Yes, this is silly, keep it here
1765 mfspr r9,hid0 ; Yes, this is a duplicate, keep it here
1766 mfspr r9,hid0 ; Yes, this is a duplicate, keep it here
1767 mfspr r9,hid0 ; Yes, this is a duplicate, keep it here
1768 mfspr r9,hid0 ; Yes, this is a duplicate, keep it here
1769 mfspr r9,hid0 ; Yes, this is a duplicate, keep it here
1818 rlwinm. r0,r11,0,pfL2b,pfL2b ; is there an L2?
1830 b cdNoL2 ; It is off, we are done...
1896 * 255 that define number of throttle steps, 0 being off and "ictcfim" is max * 2.
2074 mfspr r3, hid0 ; Yes, this is silly, keep it here
2075 mfspr r3, hid0 ; Yes, this is a duplicate, keep it here
2076 mfspr r3, hid0 ; Yes, this is a duplicate, keep it here
2077 mfspr r3, hid0 ; Yes, this is a duplicate, keep it here
2078 mfspr r3, hid0 ; Yes, this is a duplicate, keep it here
2079 mfspr r3, hid0 ; Yes, this is a duplicate, keep it here
2080 isync ; Make sure it is set
2111 mfspr r28, hid0 ; Yes, this is silly, keep it here
2112 mfspr r28, hid0 ; Yes, this is a duplicate, keep it here
2113 mfspr r28, hid0 ; Yes, this is a duplicate, keep it here
2114 mfspr r28, hid0 ; Yes, this is a duplicate, keep it here
2115 mfspr r28, hid0 ; Yes, this is a duplicate, keep it here
2116 mfspr r28, hid0 ; Yes, this is a duplicate, keep it here
2117 isync ; Make sure it is set
2211 sync ; Make sure it is done
2267 cmplwi r4, 0 ; If data pointer is null, just return
2307 ; minimum, which is 10, nor more than maxDec, which is usually 0x7FFFFFFF
2335 sub r7,r7,r10 ; Negative if duration is less than (max - min)
2336 or r2,r2,r0 ; If the duration is negative, it is not too big
2337 srawi r0,r7,31 ; -1 if duration is too small