Searched refs:SPRN_VRSAVE (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/kernel/ |
D | signal_64.c | 129 current->thread.vrsave = mfspr(SPRN_VRSAVE); in setup_sigcontext() 245 current->thread.vrsave = mfspr(SPRN_VRSAVE); in setup_tm_sigcontexts() 386 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_sigcontext() 522 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_tm_sigcontexts()
|
D | tm.S | 153 mfspr r0, SPRN_VRSAVE 388 mtspr SPRN_VRSAVE, r5
|
D | vector.S | 125 mfspr r4,SPRN_VRSAVE 129 mtspr SPRN_VRSAVE,r4
|
D | signal_32.c | 441 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()
|
D | entry_64.S | 553 mfspr r24,SPRN_VRSAVE /* save vrsave register value */ 687 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
|
D | entry_32.S | 624 mfspr r12,SPRN_VRSAVE /* save vrsave register value */ 665 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
|
/arch/powerpc/kvm/ |
D | bookehv_interrupts.S | 389 mfspr r3, SPRN_VRSAVE 635 mtspr SPRN_VRSAVE, r3
|
D | powerpc.c | 707 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvm_arch_vcpu_load() 716 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvm_arch_vcpu_put()
|
D | book3s_hv_rmhandlers.S | 2442 mfspr r6,SPRN_VRSAVE 2478 mtspr SPRN_VRSAVE,r7 2579 mfspr r6, SPRN_VRSAVE 2655 mtspr SPRN_VRSAVE, r7
|
D | book3s_hv.c | 2755 user_vrsave = mfspr(SPRN_VRSAVE); in kvmppc_vcpu_run_hv() 2786 mtspr(SPRN_VRSAVE, user_vrsave); in kvmppc_vcpu_run_hv()
|
/arch/powerpc/include/asm/ |
D | reg.h | 665 #define SPRN_VRSAVE 0x100 /* Vector Register Save Register */ macro
|