Searched refs:restore (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s80 std r8,SVsavefreesnapshot(0) ; Make it the restore list anchor
114 stw r8,SVsavefreesnapshot+4(0) ; Make it the restore list anchor
171 ld r8,SVsavefreesnapshot(0) ; Get the restore list anchor
201 lwz r8,SVsavefreesnapshot+4(0) ; Get the restore list anchor
330 bl saveRestore ; restore translation etc
366 ld r0,tempr0(r10) ; restore callers regs
376 lwz r0,tempr0+4(r10) ; restore callers regs
382 mtlr r9 ; restore return address
400 b saveRestore ; restore MSR and return to our caller
536 mtlr r7 ; restore retur
[all...]
H A Dhw_lock.s1161 lwz r3,FM_ARG0(r1) ; restore r3 (saved in prolog)
1162 lwz r11,FM_ARG0+0x04(r1) ; restore r11 (saved in prolog)
1206 lwz r3,FM_ARG0(r1) ; restore r3 (saved in prolog)
1207 lwz r11,FM_ARG0+0x04(r1) ; restore r11 (saved in prolog)
1378 lwz r3,FM_ARG0(r1) ; restore r3 (saved in prolog)
1379 lwz r11,FM_ARG0+0x04(r1) ; restore r11 (saved in prolog)
1562 lwz r3,FM_ARG0(r1) ; restore r3 (saved in prolog)
1563 lwz r11,FM_ARG0+0x04(r1) ; restore r11 (saved in prolog)
H A Dlowmem_vectors.s373 xoris r0,r0,0x8000 ; Flip bit to restore R0
790 mtctr r13 ; restore callers ctr
808 mtctr r13 ; restore callers ctr
819 b uftRestoreThenRFI ; restore modified cr0 and return
829 mtctr r13 ; restore callers ctr
837 mtctr r13 ; restore callers ctr
845 mtctr r13 ; restore callers ctr
849 mfsprg r11,0 ; restore per_proc
860 mtcrf 0x80,r13 ; restore callers cr0
1022 b uftX32 ; Go restore th
[all...]
H A Dskiplists.s1122 mtlr r31 ; restore return address
1245 mtlr r31 ; restore return address
H A Dcswtch.s1211 vsbackout: mr r4,r0 ; restore the saved MSR
1560 beq-- cr1,ProtectTheAmericanWay ; Nothing to restore, first time use...
H A Dhw_exception.s741 * registers intact. It expects a full context restore
812 /* Get the active thread's PCB pointer to restore regs
1500 lwz r20,SAVact(r27) ; (TEST/DEBUG) Make sure our restore
H A Dmachine_routines_asm.s125 mtmsr r11 // restore a 32-bit MSR
130 mtmsrd r11 // restore a 64-bit MSR
1630 cinoexit: mtspr hid0,r9 ; Turn off the invalidate (needed for some older machines) and restore entry conditions
H A Dhw_vm.s2715 b hwpReturn ; Go restore registers and return...
2726 b hwpReturn ; Go restore registers and return...
2801 b hwpReturn ; Go restore registers and return...
4217 ; the time we restore context and restart the interrupted code, the fault has
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s166 #define restore(r1) \ define
349 restore(ebp); \
362 restore(ebp); \
818 restore(ebp); \
831 restore(ebp); \
848 restore(ebp); \
861 restore(ebp); \
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c3254 goto restore;
3258 goto restore;
3266 goto restore;
3282 goto restore;
3312 /* Start transaction for step 3 or for a restore. */
3319 goto restore;
3334 goto restore;
3360 restore:
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s55 * number of exceptions and register save/restore traffic probably make it impractical
384 ; accumulators and restore the regs from the red zone.
394 lwz r13,-4(r1) ; start to restore nonvolatiles from red zone

Completed in 109 milliseconds