Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dvector.S60 mfspr r4,SPRN_VRSAVE
64 mtspr SPRN_VRSAVE,r4
Dsignal_64.c134 vrsave = mfspr(SPRN_VRSAVE); in setup_sigcontext()
255 tsk->thread.ckvrsave = mfspr(SPRN_VRSAVE); in setup_tm_sigcontexts()
391 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in restore_sigcontext()
522 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in restore_tm_sigcontexts()
Dtm.S299 mfspr r0, SPRN_VRSAVE
414 mtspr SPRN_VRSAVE, r5
Dsignal_32.c271 current->thread.vrsave = mfspr(SPRN_VRSAVE); in save_user_regs()
396 current->thread.ckvrsave = mfspr(SPRN_VRSAVE); in save_tm_user_regs()
529 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_user_regs()
641 mtspr(SPRN_VRSAVE, current->thread.ckvrsave); in restore_tm_user_regs()
Dentry_32.S723 mfspr r12,SPRN_VRSAVE /* save vrsave register value */
764 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
Dprocess.c1141 t->vrsave = mfspr(SPRN_VRSAVE); in save_sprs()
1173 mtspr(SPRN_VRSAVE, new_thread->vrsave); in restore_sprs()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dtm.S158 mfspr r6, SPRN_VRSAVE
298 mtspr SPRN_VRSAVE, r7
Dbookehv_interrupts.S378 mfspr r3, SPRN_VRSAVE
624 mtspr SPRN_VRSAVE, r3
Dpowerpc.c813 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvm_arch_vcpu_load()
822 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvm_arch_vcpu_put()
Dbook3s_hv.c3642 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvmhv_p9_guest_entry()
3754 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvmhv_p9_guest_entry()
4371 user_vrsave = mfspr(SPRN_VRSAVE); in kvmppc_vcpu_run_hv()
4420 mtspr(SPRN_VRSAVE, user_vrsave); in kvmppc_vcpu_run_hv()
Dbook3s_hv_rmhandlers.S3091 mfspr r6,SPRN_VRSAVE
3127 mtspr SPRN_VRSAVE,r7
/kernel/linux/linux-5.10/Documentation/powerpc/
Dcpu_features.rst43 mfspr r22,SPRN_VRSAVE /* if G4, save vrsave register value */
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dreg.h838 #define SPRN_VRSAVE 0x100 /* Vector Register Save Register */ macro