Home
last modified time | relevance | path

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

12345

/arch/loongarch/include/asm/
A Dlbt.h58 static inline void own_lbt_inatomic(int restore) in own_lbt_inatomic() argument
62 if (restore) in own_lbt_inatomic()
67 static inline void own_lbt(int restore) in own_lbt() argument
70 own_lbt_inatomic(restore); in own_lbt()
99 static inline void own_lbt_inatomic(int restore) {} in own_lbt_inatomic() argument
A Dfpu.h116 static inline void own_fpu_inatomic(int restore) in own_fpu_inatomic() argument
120 if (restore) in own_fpu_inatomic()
125 static inline void own_fpu(int restore) in own_fpu() argument
128 own_fpu_inatomic(restore); in own_fpu()
/arch/mips/include/asm/
A Dfpu.h157 static inline int own_fpu_inatomic(int restore) in own_fpu_inatomic() argument
163 if (restore && !ret) in own_fpu_inatomic()
169 static inline int own_fpu(int restore) in own_fpu() argument
174 ret = own_fpu_inatomic(restore); in own_fpu()
294 static inline int own_fpu_inatomic(int restore) in own_fpu_inatomic() argument
299 static inline int own_fpu(int restore) in own_fpu() argument
/arch/sh/kernel/cpu/sh3/
A 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
/arch/arc/kernel/
A Dfpu.c72 struct arc_fpu *restore = &next->thread.fpu; in fpu_save_restore() local
78 write_aux_reg(ARC_REG_FPU_CTRL, restore->ctrl); in fpu_save_restore()
79 write_aux_reg(ARC_REG_FPU_STATUS, (fwe | restore->status)); in fpu_save_restore()
/arch/sparc/kernel/
A 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
A 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
A 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
/arch/sparc/lib/
A Dmcount.S42 restore
100 restore
116 restore %o0, -8, %i7
124 restore
/arch/sparc/power/
A Dhibernate_asm.S43 restore
47 restore
122 restore
123 restore
/arch/loongarch/kernel/
A Dlbt.S46 ldptr.d t1, a0, THREAD_SCR0 # restore scr
55 ldptr.d t1, a0, THREAD_EFLAGS # restore eflags
100 EX ld.d t1, a0, (0 * SCR_REG_WIDTH) # restore scr
109 EX ld.w t1, a1, 0 # restore eflags
A Dkprobes.c17 p->ainsn.restore = (unsigned long)p->addr + LOONGARCH_INSN_SIZE; in arch_prepare_ss_slot()
23 p->ainsn.restore = 0; in arch_prepare_simulate()
132 if (cur->ainsn.restore != 0) in post_kprobe_handler()
133 instruction_pointer_set(regs, cur->ainsn.restore); in post_kprobe_handler()
/arch/m68k/ifpsp060/src/
A Dpfpsp.S1400 mov.l (%sp)+,%d0 # restore d0
1565 mov.l EXC_A7(%a6),%a0 # restore a7
1715 frestore FP_SRC(%a6) # restore EXOP
1768 frestore FP_DST(%a6) # restore EXOP
1796 frestore FP_SRC(%a6) # restore EXOP
2111 mov.l EXC_A6(%a6),(%a6) # restore a6
2461 mov.l (%sp)+,%d0 # restore d0
2929 # -restore a6 (not with unlk)
2950 mov.l (%sp)+,%d0 # restore d0
3008 mov.l (%sp)+,%d0 # restore d0
[all …]
A Dfplsp.S614 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
672 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
730 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
791 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
849 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
907 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
968 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1
5597 mov.l (%sp)+,%d2 # restore d2
7201 fmov.l %d0,%fpcr # restore user FPCR
9316 mov.l (%sp)+,%d0 # restore ctrl bits
[all …]
/arch/sparc/prom/
A Dcif.S28 restore
47 restore %l1, 0, %o0
/arch/arm/mach-pxa/
A Dpm.c46 if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) { in pxa_pm_enter()
57 pxa_cpu_pm_fns->restore(sleep_save); in pxa_pm_enter()
A Dpm.h11 void (*restore)(unsigned long *); member
/arch/xtensa/kernel/
A Dentry.S598 rsr a1, depc # restore stack pointer
600 rotw -1 # we restore a4..a7
1169 l32i a7, a2, PT_AREG7 # restore a7
1170 l32i a0, a2, PT_AREG0 # restore a0
1174 1: l32i a7, a2, PT_AREG7 # restore a7
1175 l32i a0, a2, PT_AREG0 # restore a0
1190 l32i a7, a0, PT_AREG7 # restore a7
1191 l32i a0, a0, PT_AREG0 # restore a0
1195 l32i a0, a2, PT_AREG0 # restore a0
1200 l32i a0, a2, PT_AREG0 # restore a0
[all …]
/arch/riscv/kernel/probes/
A Dkprobes.c30 p->ainsn.api.restore = (unsigned long)p->addr + len; in arch_prepare_ss_slot()
38 p->ainsn.api.restore = 0; in arch_prepare_simulate()
222 if (cur->ainsn.api.restore != 0) in post_kprobe_handler()
223 regs->epc = cur->ainsn.api.restore; in post_kprobe_handler()
/arch/csky/include/asm/
A Dprobes.h14 unsigned long restore; member
/arch/riscv/include/asm/
A Dprobes.h14 unsigned long restore; member
/arch/arm/kernel/
A Dentry-ftrace.S108 pop {r0-r11, ip, lr} @ restore r0 through r12
109 ldr lr, [sp], #4 @ restore LR
131 pop {r0-r11, ip, lr} @ restore r0 through r12
132 ldr lr, [sp], #4 @ restore LR
/arch/csky/kernel/probes/
A Dkprobes.c58 p->ainsn.api.restore = (unsigned long)p->addr + offset; in arch_prepare_ss_slot()
65 p->ainsn.api.restore = 0; in arch_prepare_simulate()
253 if (cur->ainsn.api.restore != 0) in post_kprobe_handler()
254 regs->pc = cur->ainsn.api.restore; in post_kprobe_handler()
/arch/m68k/fpsp040/
A 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
/arch/arm/include/debug/
A Domap2plus.S67 orr \rx, \rx, \rd, lsr #24 @ restore original rx (LSR)
68 bic \rd, \rd, #(0xff << 24) @ restore original rd

Completed in 66 milliseconds

12345