SPRN_VRSAVE      1055 arch/powerpc/kernel/process.c 		t->vrsave = mfspr(SPRN_VRSAVE);
SPRN_VRSAVE      1087 arch/powerpc/kernel/process.c 		mtspr(SPRN_VRSAVE, new_thread->vrsave);
SPRN_VRSAVE       416 arch/powerpc/kernel/signal_32.c 		current->thread.vrsave = mfspr(SPRN_VRSAVE);
SPRN_VRSAVE       541 arch/powerpc/kernel/signal_32.c 		current->thread.ckvrsave = mfspr(SPRN_VRSAVE);
SPRN_VRSAVE       674 arch/powerpc/kernel/signal_32.c 		mtspr(SPRN_VRSAVE, current->thread.vrsave);
SPRN_VRSAVE       786 arch/powerpc/kernel/signal_32.c 		mtspr(SPRN_VRSAVE, current->thread.ckvrsave);
SPRN_VRSAVE       134 arch/powerpc/kernel/signal_64.c 		vrsave = mfspr(SPRN_VRSAVE);
SPRN_VRSAVE       255 arch/powerpc/kernel/signal_64.c 		tsk->thread.ckvrsave = mfspr(SPRN_VRSAVE);
SPRN_VRSAVE       391 arch/powerpc/kernel/signal_64.c 		mtspr(SPRN_VRSAVE, tsk->thread.vrsave);
SPRN_VRSAVE       524 arch/powerpc/kernel/signal_64.c 		mtspr(SPRN_VRSAVE, tsk->thread.vrsave);
SPRN_VRSAVE      3566 arch/powerpc/kvm/book3s_hv.c 	mtspr(SPRN_VRSAVE, vcpu->arch.vrsave);
SPRN_VRSAVE      3672 arch/powerpc/kvm/book3s_hv.c 	vcpu->arch.vrsave = mfspr(SPRN_VRSAVE);
SPRN_VRSAVE      4283 arch/powerpc/kvm/book3s_hv.c 	user_vrsave = mfspr(SPRN_VRSAVE);
SPRN_VRSAVE      4332 arch/powerpc/kvm/book3s_hv.c 	mtspr(SPRN_VRSAVE, user_vrsave);
SPRN_VRSAVE       810 arch/powerpc/kvm/powerpc.c 	mtspr(SPRN_VRSAVE, vcpu->arch.vrsave);
SPRN_VRSAVE       819 arch/powerpc/kvm/powerpc.c 	vcpu->arch.vrsave = mfspr(SPRN_VRSAVE);