Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 133) sorted by relevance

123456

/arch/mips/include/asm/
Dfpu.h142 static inline int own_fpu_inatomic(int restore) in own_fpu_inatomic() argument
148 if (restore && !ret) in own_fpu_inatomic()
154 static inline int own_fpu(int restore) in own_fpu() argument
159 ret = own_fpu_inatomic(restore); in own_fpu()
279 static inline int own_fpu_inatomic(int restore) in own_fpu_inatomic() argument
284 static inline int own_fpu(int restore) in own_fpu() argument
/arch/sh/kernel/cpu/sh3/
Dswsusp.S21 ! - restore registers from swsusp_arch_regs_cpu0
120 mov r2, r15 ! restore old sp
121 mov r5, r8 ! restore old r8
123 ldc r1, sr ! restore old sr
124 lds r0, pr ! restore old pr
130 mov r2, r15 ! restore old sp
131 mov r5, r8 ! restore old r8
132 lds r0, pr ! restore old pr
Dentry.S194 lds k2, pr ! restore pr
207 ! - restore r0, r1, r2, r3, r4, r5, r6, r7 from the stack
209 ! - restore r8, r9, r10, r11, r12, r13, r14, r15 from the stack
210 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra
254 lds k2, pr ! restore pr
/arch/sparc/kernel/
Dwof.S117 restore %g0, %g0, %g0 ! go back into trap window
120 mov %saved_g5, %g5 ! restore %glob_tmp
121 mov %saved_g6, %g6 ! restore %curptr
122 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
179 restore %g0, %g0, %g0 /* Back to trap window. */
217 restore %g0, %g0, %g0
275 restore %g0, %g0, %g0
362 restore %g0, %g0, %g0
Dwuf.S97 restore %g0, %g0, %g0 /* Restore to window 'O' */
106 restore %g0, %g0, %g0
131 restore %g0, %g0, %g0 /* Restore to window 'W' */
311 restore %g0, %g0, %g0
313 restore %g0, %g0, %g0
Dsun4v_tlb_miss.S86 mov %g2, %o1 ! restore %o1
87 mov %g1, %o0 ! restore %o0
88 mov %g5, %o2 ! restore %o2
89 mov %g7, %o3 ! restore %o3
129 mov %g2, %o1 ! restore %o1
130 mov %g1, %o0 ! restore %o0
131 mov %g5, %o2 ! restore %o2
132 mov %g7, %o3 ! restore %o3
Detrap_32.S126 restore %g0, %g0, %g0
246 restore %g0, %g0, %g0
277 restore %g0, %g0, %g0
/arch/arm/kernel/
Dentry-ftrace.S115 ldmia sp!, {r0-r12} @ restore r0 through r12
116 ldr ip, [sp, #8] @ restore PC
117 ldr lr, [sp, #4] @ restore LR
118 ldr sp, [sp, #0] @ restore SP
135 ldmia sp!, {r0-r12} @ restore r0 through r12
136 ldr ip, [sp, #8] @ restore PC
137 ldr lr, [sp, #4] @ restore LR
138 ldr sp, [sp, #0] @ restore SP
Diwmmxt.S232 1: msr cpsr_c, ip @ restore interrupt mode
259 msr cpsr_c, ip @ restore interrupt mode
270 msr cpsr_c, ip @ restore interrupt mode
308 msr cpsr_c, ip @ restore interrupt mode
361 msr cpsr_c, r2 @ restore interrupts
/arch/sparc/lib/
Dmcount.S42 restore
100 restore
116 restore %o0, -8, %i7
124 restore
/arch/sparc/power/
Dhibernate_asm.S43 restore
47 restore
122 restore
123 restore
/arch/sparc/prom/
Dcif.S28 restore
47 restore %l1, 0, %o0
/arch/arm/mach-pxa/
Dpm.c46 if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) { in pxa_pm_enter()
59 pxa_cpu_pm_fns->restore(sleep_save); in pxa_pm_enter()
Dpm.h11 void (*restore)(unsigned long *); member
/arch/m68k/ifpsp060/src/
Dpfpsp.S980 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
981 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
982 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
1337 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0/fp1
1338 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
1339 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1400 mov.l (%sp)+,%d0 # restore d0
1404 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0/fp1
1405 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
[all …]
Dfplsp.S612 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
613 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs
614 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
670 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
671 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs
672 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
728 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
729 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs
730 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
789 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
[all …]
/arch/xtensa/kernel/
Dentry.S218 s32i a2, a1, PT_WMASK # needed when we restore the reg-file
583 wsr a3, windowstart # restore WINDOWSTART
587 rsr a1, depc # restore stack pointer
589 rotw -1 # we restore a4..a7
590 _bltui a6, 16, 1f # only have to restore current window?
1082 l32i a0, a2, PT_AREG0 # restore a0
1083 xsr a2, depc # restore a2, depc
1135 l32i a7, a2, PT_AREG7 # restore a7
1136 l32i a0, a2, PT_AREG0 # restore a0
1140 1: l32i a7, a2, PT_AREG7 # restore a7
[all …]
/arch/arm64/include/asm/
Dprobes.h19 unsigned long restore; member
/arch/unicore32/include/mach/
Dpm.h17 void (*restore)(unsigned long *); member
/arch/arm/include/debug/
Domap2plus.S67 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR)
68 bic \rd, \rd, #(0xff << 24) @ restore original rd
/arch/m68k/fpsp040/
Dstanh.S117 fmovel %d1,%FPCR |restore users exceptions
157 fmovel %d1,%FPCR |restore users exceptions
165 fmovel %d1,%FPCR |restore users exceptions
179 fmovel %d1,%FPCR |restore users exceptions
Dround.S135 | prior to usage, and needs to restore d1 to original.
173 moveml (%a7)+,%d2/%d3 |restore scratch registers
175 swap %d1 |restore d1 to original
216 roxrw LOCAL_HI(%a0) |mant is 0 so restore v-bit
217 roxrw LOCAL_HI+2(%a0) |mant is 0 so restore v-bit
235 roxrw LOCAL_HI(%a0) |mant is 0 so restore v-bit
236 roxrw LOCAL_HI+2(%a0) |mant is 0 so restore v-bit
378 moveml (%a7)+,%d7/%d6 |restore registers
511 movel (%sp)+,%d2 |restore d2
527 movel FP_SCR2+LOCAL_GRS(%a6),%d0 |restore original g,r,s
[all …]
/arch/arm64/kernel/probes/
Dkprobes.c62 p->ainsn.api.restore = (unsigned long) p->addr + in arch_prepare_ss_slot()
69 p->ainsn.api.restore = 0; in arch_prepare_simulate()
272 if (cur->ainsn.api.restore != 0) in post_kprobe_handler()
273 instruction_pointer_set(regs, cur->ainsn.api.restore); in post_kprobe_handler()
/arch/mips/kernel/
Dentry.S93 restore_all: # restore full frame
98 restore_partial: # restore partial frame
/arch/s390/include/asm/
Dccwgroup.h57 int (*restore)(struct ccwgroup_device *); member

123456