Searched refs:SPRN_VRSAVE (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | vector.S | 60 mfspr r4,SPRN_VRSAVE 64 mtspr SPRN_VRSAVE,r4
|
| D | signal_64.c | 134 vrsave = mfspr(SPRN_VRSAVE); in setup_sigcontext() 262 tsk->thread.ckvrsave = mfspr(SPRN_VRSAVE); in setup_tm_sigcontexts() 398 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in restore_sigcontext() 529 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in restore_tm_sigcontexts()
|
| D | tm.S | 289 mfspr r0, SPRN_VRSAVE 395 mtspr SPRN_VRSAVE, r5
|
| D | signal_32.c | 416 current->thread.vrsave = mfspr(SPRN_VRSAVE); in save_user_regs() 549 current->thread.ckvrsave = mfspr(SPRN_VRSAVE); in save_tm_user_regs() 682 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_user_regs() 794 mtspr(SPRN_VRSAVE, current->thread.ckvrsave); in restore_tm_user_regs()
|
| D | entry_32.S | 686 mfspr r12,SPRN_VRSAVE /* save vrsave register value */ 727 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
|
| D | process.c | 1055 t->vrsave = mfspr(SPRN_VRSAVE); in save_sprs() 1087 mtspr(SPRN_VRSAVE, new_thread->vrsave); in restore_sprs()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | tm.S | 158 mfspr r6, SPRN_VRSAVE 298 mtspr SPRN_VRSAVE, r7
|
| D | bookehv_interrupts.S | 378 mfspr r3, SPRN_VRSAVE 624 mtspr SPRN_VRSAVE, r3
|
| D | powerpc.c | 810 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvm_arch_vcpu_load() 819 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvm_arch_vcpu_put()
|
| D | book3s_hv.c | 3564 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvmhv_p9_guest_entry() 3669 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvmhv_p9_guest_entry() 4280 user_vrsave = mfspr(SPRN_VRSAVE); in kvmppc_vcpu_run_hv() 4329 mtspr(SPRN_VRSAVE, user_vrsave); in kvmppc_vcpu_run_hv()
|
| D | book3s_hv_rmhandlers.S | 3046 mfspr r6,SPRN_VRSAVE 3082 mtspr SPRN_VRSAVE,r7
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | cpu_features.rst | 43 mfspr r22,SPRN_VRSAVE /* if G4, save vrsave register value */
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | reg.h | 814 #define SPRN_VRSAVE 0x100 /* Vector Register Save Register */ macro
|