Searched refs:vrsave (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl49 my $vrsave="r12";
61 mfspr $vrsave,256
93 mtspr 256,$vrsave
105 mfspr $vrsave,256
143 mtspr 256,$vrsave
155 mfspr $vrsave,256
212 mtspr 256,$vrsave
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashp8-ppc.pl49 my $vrsave="r12";
61 mfspr $vrsave,256
93 mtspr 256,$vrsave
105 mfspr $vrsave,256
143 mtspr 256,$vrsave
155 mfspr $vrsave,256
212 mtspr 256,$vrsave
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dptrace.c376 * Get/set all the altivec registers vr0..vr31, vscr, vrsave, in one go.
380 * vrsave as the first word (offset 0) within the quadword.
411 * Copy out only the low-order word of vrsave.
416 } vrsave; local
417 memset(&vrsave, 0, sizeof(vrsave));
418 vrsave.word = target->thread.vrsave;
419 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &vrsave,
441 * We use only the first word of vrsave
446 } vrsave; local
[all...]
H A Dsignal_64.c109 /* We always copy to/from vrsave, it's 0 if we don't have or don't
112 err |= __put_user(current->thread.vrsave, (u32 __user *)&v_regs[33]);
221 err |= __get_user(current->thread.vrsave, (u32 __user *)&v_regs[33]);
223 current->thread.vrsave = 0;
H A Dsignal_32.c437 /* We always copy to/from vrsave, it's 0 if we don't have or don't
442 if (__put_user(current->thread.vrsave, (u32 __user *)&frame->mc_vregs[32]))
549 if (__get_user(current->thread.vrsave, (u32 __user *)&sr->mc_vregs[32]))
H A Dasm-offsets.c89 DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave));
H A Dprocess.c836 current->thread.vrsave = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512p8-ppc.pl77 $vrsave="r12";
135 mfspr $vrsave,256
157 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
281 mtspr 256,$vrsave
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl77 $vrsave="r12";
135 mfspr $vrsave,256
157 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
281 mtspr 256,$vrsave
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s70 mfspr r0,256 ; cache old vrsave
73 mtspr 256,r31 ; declare VRs in vrsave
292 mtspr 256,r0 ; restore old vrsave
319 mfspr r0,256 ; cache old vrsave
322 mtspr 256,r31 ; declare VRs in vrsave
427 mtspr 256,r0 ; restore old vrsave
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s72 mfspr r0,256 # cache old vrsave
75 mtspr 256,r31 # declare VRs in vrsave
294 mtspr 256,r0 # restore old vrsave
321 mfspr r0,256 # cache old vrsave
324 mtspr 256,r31 # declare VRs in vrsave
429 mtspr 256,r0 # restore old vrsave
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s.c765 t->vrsave = -1;
1293 unsigned long uninitialized_var(vrsave);
1322 vrsave = current->thread.vrsave;
1363 current->thread.vrsave = vrsave;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dprocessor.h227 unsigned long vrsave; member in struct:thread_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl57 $vrsave="r12";
108 mfspr $vrsave,256
339 mtspr 256,$vrsave
412 mfspr $vrsave,256
468 mtspr 256,$vrsave
494 mfspr $vrsave,256
641 mtspr 256,$vrsave
687 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1199 mtspr 256,$vrsave
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesp8-ppc.pl57 $vrsave="r12";
108 mfspr $vrsave,256
339 mtspr 256,$vrsave
412 mfspr $vrsave,256
468 mtspr 256,$vrsave
494 mfspr $vrsave,256
641 mtspr 256,$vrsave
687 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
1199 mtspr 256,$vrsave
[all...]

Completed in 166 milliseconds