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

Lines Matching refs:r24

1161 			li		r24,FPUowner					; Displacement to float owner
1165 fpuinvothr: lwarx r23,r24,r22 ; Get the owner
1172 stwcx. r23,r24,r22 ; Try to invalidate it
1191 lwz r24,SAVprev+4(r22) ; Pick up the previous area
1193 mr. r24,r24 ; Any more context stacked?
1195 lwz r21,SAVlevel(r24) ; Get the level associated with save
1197 fpuonlyone: stw r24,FPUsave(r20) ; Dequeue this savearea
1235 lwz r24,FPUsave(r26) ; (TEST/DEBUG) Get the first savearea
1243 fpulvl0: mr. r24,r24 ; (TEST/DEBUG) Any context?
1245 lwz r23,SAVlevel(r24) ; (TEST/DEBUG) Get level of context
1246 lwz r21,SAVprev+4(r24) ; (TEST/DEBUG) Get previous pointer
1266 lwz r24,FPUcpu(r26) ; Get the CPU that the context was last dispatched on
1270 cmplw cr1,r19,r24 ; Was facility used on this processor last?
1274 lwz r24,FPUsave(r26) ; Get the first savearea
1275 mr. r24,r24 ; Any savearea?
1277 lwz r25,SAVlevel(r24) ; Get the level of savearea
1278 lwz r0,SAVprev+4(r24) ; Get the previous
1285 rlwinm r3,r24,0,0,19 ; Find main savearea header
1291 stw r8,SAVprev(r24) ; Link the old in (top)
1292 stw r9,SAVprev+4(r24) ; Link the old in (bottom)
1293 xor r3,r24,r3 ; Convert to physical
1327 li r24,VMXowner ; Displacement to float owner
1331 vmxinvothr: lwarx r23,r24,r22 ; Get the owner
1338 stwcx. r23,r24,r22 ; Try to invalidate it
1357 lwz r24,SAVprev+4(r22) ; Pick up the previous area
1359 mr. r24,r24 ; Any more context?
1361 lwz r21,SAVlevel(r24) ; Get the level associated with save
1363 vmxonlyone: stw r24,VMXsave(r20) ; Dequeue this savearea
1393 lwz r24,VMXcpu(r26) ; Get the CPU that the context was last dispatched on
1396 cmplw cr1,r19,r24 ; Was facility used on this processor last?
1400 lwz r24,VMXsave(r26) ; Get the first savearea
1401 mr. r24,r24 ; Any savearea?
1403 lwz r25,SAVlevel(r24) ; Get the level of savearea
1404 lwz r0,SAVprev+4(r24) ; Get the previous
1410 rlwinm r3,r24,0,0,19 ; Find main savearea header
1416 stw r8,SAVprev(r24) ; Link the old in (top)
1417 stw r9,SAVprev+4(r24) ; Link the old in (bottom)
1418 xor r3,r24,r3 ; Convert to physical
1451 setenaa: mfdec r24 ; Get decrementer
1459 mr. r24,r24 ; See if it has popped already...
1478 cmplw r13,r24 ; Is this earlier than the decrementer? (logical compare takes care of high bit on)
1616 lwz r24,ACT_MACT_BTS(r13) ; Get the table start
1620 sub r24,r27,r24 ; See how far into it we are
1622 cmplwi cr1,r24,BB_MAX_TRAP ; Do we fit in the list?
1775 lwz r24,THREAD_TOP_ACT(r28) ; (TEST/DEBUG) Get activation for the thread
1776 lwz r20,ACT_MACT_PCB(r24) ; (TEST/DEBUG) Get the normal context
1780 lwz r20,facctx+FPUsave(r24) ; (TEST/DEBUG) Get regular floating point
1784 lwz r20,facctx+VMXsave(r24) ; (TEST/DEBUG) Get regular vector point
1788 lwz r29,vmmControl(r24) ; (TEST/DEBUG) Get the virtual machine control blocks