Home
last modified time | relevance | path

Searched refs:SPRN_VRSAVE (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dsignal_64.c116 current->thread.vrsave = mfspr(SPRN_VRSAVE); in setup_sigcontext()
234 current->thread.vrsave = mfspr(SPRN_VRSAVE); in setup_tm_sigcontexts()
375 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_sigcontext()
509 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_tm_sigcontexts()
Dtm.S159 mfspr r0, SPRN_VRSAVE
367 mtspr SPRN_VRSAVE, r5
Dvector.S125 mfspr r4,SPRN_VRSAVE
129 mtspr SPRN_VRSAVE,r4
Dsignal_32.c441 current->thread.vrsave = mfspr(SPRN_VRSAVE); in save_user_regs()
576 current->thread.vrsave = mfspr(SPRN_VRSAVE); in save_tm_user_regs()
718 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_user_regs()
834 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_tm_user_regs()
Dentry_64.S419 mfspr r24,SPRN_VRSAVE /* save vrsave register value */
550 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
Dentry_32.S609 mfspr r12,SPRN_VRSAVE /* save vrsave register value */
650 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
/linux-4.1.27/Documentation/powerpc/
Dcpu_features.txt39 mfspr r22,SPRN_VRSAVE /* if G4, save vrsave register value */
/linux-4.1.27/arch/powerpc/kvm/
Dbookehv_interrupts.S385 mfspr r3, SPRN_VRSAVE
631 mtspr SPRN_VRSAVE, r3
Dpowerpc.c703 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvm_arch_vcpu_load()
712 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvm_arch_vcpu_put()
Dbook3s_hv_rmhandlers.S621 mtspr SPRN_VRSAVE, r7
1426 mfspr r6, SPRN_VRSAVE
2476 mfspr r6,SPRN_VRSAVE
2512 mtspr SPRN_VRSAVE,r7
/linux-4.1.27/arch/powerpc/include/asm/
Dreg.h666 #define SPRN_VRSAVE 0x100 /* Vector Register Save Register */ macro