Searched refs:Restore (Results 1 – 25 of 36) sorted by relevance
12
/arch/cris/arch-v32/kernel/ |
D | kgdb_asm.S | 472 move.d [$acr], $r0 ; Restore R0 474 move.d [$acr], $r1 ; Restore R1 476 move.d [$acr], $r2 ; Restore R2 478 move.d [$acr], $r3 ; Restore R3 480 move.d [$acr], $r4 ; Restore R4 482 move.d [$acr], $r5 ; Restore R5 484 move.d [$acr], $r6 ; Restore R6 486 move.d [$acr], $r7 ; Restore R7 488 move.d [$acr], $r8 ; Restore R8 490 move.d [$acr], $r9 ; Restore R9 [all …]
|
D | entry.S | 269 rfe ; Restore condition code stack in delay-slot. 373 movem [$sp+], $r9 ; Restore non-scratch registers and R9. 375 move [$acr], $usp ; Restore user-mode stackpointer. 379 jump $r11 ; Restore PC. 380 move [$acr], $ccs ; Restore IRQ enable status. 526 move.d [$sp+], $r0 ; Restore R0 in delay slot. 531 move.d [$sp+], $r0 ; Restore R0 in delay slot.
|
/arch/s390/kernel/ |
D | base.S | 115 larl %r4,.Lctlregs # Restore control registers 117 larl %r4,.Lfpctl # Restore floating point ctl register 119 larl %r4,.Lprefix # Restore prefix register 121 larl %r4,.Lcontinue_psw # Restore PSW flags
|
/arch/m68k/fpsp040/ |
D | slog2.S | 41 | 2.1 Restore the user FPCR 55 | 2.1 Restore the user FPCR 70 | 2.1 Restore the user FPCR 86 | 2.2 Restore the user FPCR. 92 | 4.1 Restore the user FPCR
|
D | sint.S | 149 | Input is less than zero. Restore sign, and check for directed
|
D | setox.S | 156 | 6.3 Restore the user FPCR 174 | 7.2 Restore user FPCR. 200 | 9.4 Restore user FPCR.
|
/arch/arm/mach-omap1/ |
D | sleep.S | 133 @ Restore EMIFF controls 357 @ Restore the ARM_IDLECT1 and ARM_IDLECT2. 361 @ Restore EMIFF controls 365 @ Restore regs and return
|
/arch/cris/arch-v32/mm/ |
D | mmu.S | 134 movem [$sp], $r2 ; Restore r0-r2 in delay slot 166 movem [$sp], $r2 ; Restore r0-r2 179 movem [$sp], $r2 ; Restore r0-r2
|
/arch/arm/kvm/hyp/ |
D | entry.S | 37 @ Restore guest registers
|
/arch/sparc/kernel/ |
D | cherrs.S | 189 wrpr %g1, %tl ! Restore original trap level 194 wrpr %g1, %tl ! Restore original trap level 240 wrpr %g1, %tl ! Restore original trap level 245 wrpr %g1, %tl ! Restore original trap level
|
/arch/cris/boot/compressed/ |
D | head_v10.S | 109 ;; Restore command line magic and address.
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 585 pop $r0 ; Restore r0. 587 pop $dccr ; Restore dccr in delay slot. 594 pop $r0 ; Restore r0. 596 pop $dccr ; Restore dccr in delay slot.
|
/arch/mips/kernel/ |
D | scall64-n32.S | 81 ld v0, PT_R2(sp) # Restore syscall (maybe modified) 82 ld a0, PT_R4(sp) # Restore argument registers
|
D | scall64-64.S | 92 ld v0, PT_R2(sp) # Restore syscall (maybe modified) 93 ld a0, PT_R4(sp) # Restore argument registers
|
D | scall64-o32.S | 136 ld v0, PT_R2(sp) # Restore syscall (maybe modified) 137 ld a0, PT_R4(sp) # Restore argument registers
|
D | scall32-o32.S | 137 lw v0, PT_R2(sp) # Restore syscall (maybe modified) 138 lw a0, PT_R4(sp) # Restore argument registers
|
/arch/mn10300/kernel/ |
D | switch_to.S | 173 # Restore the return value (the previous thread_struct pointer)
|
/arch/arc/kernel/ |
D | entry-compact.S | 324 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap) 337 ; Restore REG File. In case multiple Events outstanding,
|
D | entry-arcv2.S | 191 ; Restore the saved sys context (common exit-path for EXCPN/IRQ/Trap)
|
D | entry.S | 176 ; Restore the sys-call args. Mere invocation of the hook abv could have
|
/arch/arm/mm/ |
D | proc-arm926.S | 112 mcr p15, 0, r1, c1, c0, 0 @ Restore ICache enable 113 msr cpsr_c, r3 @ Restore FIQ state
|
/arch/arm/kernel/ |
D | entry-armv.S | 362 mov lr, r1 @ Restore lr_abt, abort is unsafe 363 msr spsr_cxsf, r2 @ Restore spsr_abt
|
/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 138 ! Restore (when we come back to a previously saved task)
|
/arch/x86/crypto/ |
D | sha512-avx-asm.S | 356 # Restore GPRs 363 # Restore Stack Pointer
|
D | sha512-ssse3-asm.S | 355 # Restore GPRs 362 # Restore Stack Pointer
|
12