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

Lines Matching refs:r29

565 			lwz		r29,curctx(r17)					; Grab the current context anchor of the current thread
574 mr r5,r29 ; (TEST/DEBUG)
587 cmplw cr2,r22,r29 ; Are both old and new the same context?
727 fsnosave: la r15,FPUsync(r29) ; Point to the sync word
756 lwz r19,FPUcpu(r29) ; Get the last CPU we ran on
757 lwz r14,FPUsave(r29) ; Point to the top of the "new" context stack
759 stw r16,FPUcpu(r29) ; Claim context for us
763 lwz r13,FPUlevel(r29) ; (TEST/DEBUG)
781 sub r0,r18,r29 ; Subtract one from the other
782 sub r11,r29,r18 ; Subtract the other from the one
791 stw r15,FPUlevel(r29) ; Set the "new" active level
793 stw r29,FPUowner(r26) ; Mark us as having the live context
805 stw r3,FPUsave(r29) ; Pop the context (we will toss the savearea later)
815 stw r7,FPUsync(r29) ; Unlock context now that the context save has been removed
909 stw r7,FPUsync(r29) ; Unlock it now that the context has been removed
1306 lwz r29,curctx(r17) ; Grab the current context anchor of the current thread
1315 mr r5,r29 ; (TEST/DEBUG)
1329 cmplw cr2,r22,r29 ; Are both old and new the same context?
1483 vswnosave: la r15,VMXsync(r29) ; Point to the sync word
1514 lwz r19,VMXcpu(r29) ; Get the last CPU we ran on
1516 lwz r14,VMXsave(r29) ; Point to the top of the "new" context stack
1519 stw r16,VMXcpu(r29) ; Claim context for us
1523 lwz r13,VMXlevel(r29) ; (TEST/DEBUG)
1546 sub r0,r18,r29 ; Subtract one from the other
1547 sub r11,r29,r18 ; Subtract the other from the one
1556 stw r15,VMXlevel(r29) ; Set the "new" active level
1558 stw r29,VMXowner(r26) ; Mark us as having the live context
1567 stw r3,VMXsave(r29) ; Pop the context (we will toss the savearea later)
1586 stw r7,VMXsync(r29) ; Unlock the new context