Searched defs:restore (Results 1 - 13 of 13) sorted by relevance

/arch/x86/lib/
H A Dthunk_64.S26 jmp restore
42 restore: label
/arch/arm/mach-pxa/include/mach/
H A Dpm.h15 void (*restore)(unsigned long *); member in struct:pxa_cpu_pm_fns
/arch/unicore32/include/mach/
H A Dpm.h20 void (*restore)(unsigned long *); member in struct:puv3_cpu_pm_fns
/arch/mips/include/asm/
H A Dfpu.h80 static inline void own_fpu_inatomic(int restore) argument
84 if (restore)
89 static inline void own_fpu(int restore) argument
92 own_fpu_inatomic(restore);
/arch/microblaze/kernel/
H A Dentry.S214 lwi r2, r1, PT_R2; /* restore SDA */ \
223 lwi r11, r1, PT_R11; /* restore clobbered regs after rval */\
225 lwi r13, r1, PT_R13; /* restore SDA2 */ \
227 lwi r15, r1, PT_R15; /* restore LP */ \
230 lwi r18, r1, PT_R18; /* restore asm scratch reg */ \
399 /* We re-enable BIP bit before state restore */
442 1: set_bip; /* Ints masked for state restore */
452 2: set_bip; /* Ints masked for state restore */
541 /* MS: I have to save r11 value and then restore it because
645 1: set_bip; /* Ints masked for state restore */
774 restore: label
[all...]
/arch/powerpc/kernel/
H A Dentry_64.S235 ld r13,GPR13(r1) /* only restore r13 if returning to usermode */
521 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
578 beq restore /* if not, just restore regs and return */
589 restore: label
671 * r13 is our per cpu area, only restore it if we are returning to
779 bne restore
793 b restore
871 * so they are saved in the PACA which allows us to restore
H A Dentry_32.S714 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
720 mtspr SPRN_SPEFSCR,r0 /* restore SPEFSCR reg */
833 b restore
840 cmpwi 0,r0,0 /* if non-zero, just restore regs and return */
841 bne restore
844 beq+ restore
846 beq restore /* don't schedule if so */
870 restore: label
1004 * We have to restore various SPRs that may have been in use at the
1323 * into the ctr register, restore th
[all...]
/arch/s390/include/asm/
H A Dccwgroup.h43 * @restore: callback for restoring after hibernation
59 int (*restore)(struct ccwgroup_device *); member in struct:ccwgroup_driver
H A Dccwdev.h128 * @restore: callback for restoring after hibernation
146 int (*restore)(struct ccw_device *); member in struct:ccw_driver
/arch/x86/crypto/
H A Daes-i586-asm_32.S146 #define restore(a1, a2) \ define
164 restore(r0,0); \
166 restore(r0,1); \
179 restore(r2,0); \
181 restore(r2,1); \
199 restore(r0,0); \
201 restore(r0,1); \
214 restore(r2,0); \
216 restore(r2,1); \
/arch/x86/pci/
H A Dxen.c349 struct physdev_restore_msi restore; local
351 restore.bus = dev->bus->number;
352 restore.devfn = dev->devfn;
353 ret = HYPERVISOR_physdev_op(PHYSDEVOP_restore_msi, &restore);
/arch/m68k/ifpsp060/src/
H A Dpfpsp.S730 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
731 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
732 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
745 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
746 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
747 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
764 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
765 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
766 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
803 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp
14678 restore: label
[all...]
H A Dfpsp.S731 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
732 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
733 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
746 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
747 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
748 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
765 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
766 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
767 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
804 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp
24718 restore: label
[all...]

Completed in 284 milliseconds