Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dvector.S58 mfspr r4,SPRN_VRSAVE
62 mtspr SPRN_VRSAVE,r4
Dsignal_64.c135 vrsave = mfspr(SPRN_VRSAVE); in setup_sigcontext()
254 tsk->thread.ckvrsave = mfspr(SPRN_VRSAVE); in setup_tm_sigcontexts()
390 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in restore_sigcontext()
519 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in restore_tm_sigcontexts()
Dtm.S281 mfspr r0, SPRN_VRSAVE
395 mtspr SPRN_VRSAVE, r5
Dsignal_32.c442 current->thread.vrsave = mfspr(SPRN_VRSAVE); in save_user_regs()
573 current->thread.ckvrsave = mfspr(SPRN_VRSAVE); in save_tm_user_regs()
706 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_user_regs()
816 mtspr(SPRN_VRSAVE, current->thread.ckvrsave); in restore_tm_user_regs()
Dentry_32.S666 mfspr r12,SPRN_VRSAVE /* save vrsave register value */
706 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
Dprocess.c1066 t->vrsave = mfspr(SPRN_VRSAVE); in save_sprs()
1096 mtspr(SPRN_VRSAVE, new_thread->vrsave); in restore_sprs()
/arch/powerpc/kvm/
Dbookehv_interrupts.S389 mfspr r3, SPRN_VRSAVE
635 mtspr SPRN_VRSAVE, r3
Dpowerpc.c797 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvm_arch_vcpu_load()
806 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvm_arch_vcpu_put()
Dbook3s_hv_rmhandlers.S2891 mfspr r6,SPRN_VRSAVE
2927 mtspr SPRN_VRSAVE,r7
3028 mfspr r6, SPRN_VRSAVE
3104 mtspr SPRN_VRSAVE, r7
Dbook3s_hv.c3295 user_vrsave = mfspr(SPRN_VRSAVE); in kvmppc_vcpu_run_hv()
3331 mtspr(SPRN_VRSAVE, user_vrsave); in kvmppc_vcpu_run_hv()
/arch/powerpc/include/asm/
Dreg.h771 #define SPRN_VRSAVE 0x100 /* Vector Register Save Register */ macro