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

/arch/x86/lib/
H A Dthunk_64.S27 jmp restore
51 restore: label
55 _ASM_NOKPROBE(restore)
/arch/arm/mach-pxa/include/mach/
H A Dpm.h15 void (*restore)(unsigned long *); member in struct:pxa_cpu_pm_fns
/arch/blackfin/include/asm/
H A Dpm.h16 void (*restore)(unsigned long *); member in struct:bfin_cpu_pm_fns
/arch/unicore32/include/mach/
H A Dpm.h20 void (*restore)(unsigned long *); member in struct:puv3_cpu_pm_fns
/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 */ \
382 /* We re-enable BIP bit before state restore */
425 4: set_bip; /* Ints masked for state restore */
435 2: set_bip; /* Ints masked for state restore */
505 /* MS: I have to save r11 value and then restore it because
609 4: set_bip; /* Ints masked for state restore */
738 restore: label
[all...]
/arch/mips/include/asm/
H A Dfpu.h120 static inline int own_fpu_inatomic(int restore) argument
126 if (restore && !ret)
132 static inline int own_fpu(int restore) argument
137 ret = own_fpu_inatomic(restore);
/arch/powerpc/kernel/
H A Dentry_64.S205 * clear EE. We only need to clear RI just before we restore r13
207 * We have to be careful to restore RI if we branch anywhere from
233 ld r13,GPR13(r1) /* only restore r13 if returning to usermode */
558 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
636 beq restore
643 b restore
645 beq restore
655 bne 3f /* only restore TM if nothing else to do */
658 b restore
663 * Use a non volatile GPR to save and restore ou
748 restore: label
[all...]
H A Dentry_32.S727 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
733 mtspr SPRN_SPEFSCR,r0 /* restore SPEFSCR reg */
845 b restore
890 cmpwi 0,r0,0 /* if non-zero, just restore regs and return */
891 bne restore
893 beq+ restore
896 beq restore /* don't schedule if so */
918 restore: label
1052 * We have to restore various SPRs that may have been in use at the
1371 * into the ctr register, restore th
[all...]
/arch/s390/include/asm/
H A Dccwgroup.h42 * @restore: callback for restoring after hibernation
55 int (*restore)(struct ccwgroup_device *); member in struct:ccwgroup_driver
H A Dccwdev.h129 * @restore: callback for restoring after hibernation
147 int (*restore)(struct ccw_device *); member in struct:ccw_driver
/arch/x86/crypto/
H A Daes-i586-asm_32.S147 #define restore(a1, a2) \ define
165 restore(r0,0); \
167 restore(r0,1); \
180 restore(r2,0); \
182 restore(r2,1); \
200 restore(r0,0); \
202 restore(r0,1); \
215 restore(r2,0); \
217 restore(r2,1); \
/arch/x86/pci/
H A Dxen.c369 struct physdev_restore_msi restore; local
371 restore.bus = dev->bus->number;
372 restore.devfn = dev->devfn;
373 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 309 milliseconds