Searched refs:SPRN_VRSAVE (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | vector.S | 65 mfspr r4,SPRN_VRSAVE 69 mtspr SPRN_VRSAVE,r4
|
A D | signal_64.c | 94 tsk->thread.vrsave = mfspr(SPRN_VRSAVE); in prepare_setup_sigcontext() 269 tsk->thread.ckvrsave = mfspr(SPRN_VRSAVE); in setup_tm_sigcontexts() 407 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in __unsafe_restore_sigcontext() 541 mtspr(SPRN_VRSAVE, tsk->thread.vrsave); in restore_tm_sigcontexts()
|
A D | tm.S | 296 mfspr r0, SPRN_VRSAVE 411 mtspr SPRN_VRSAVE, r5
|
A D | signal_32.c | 255 current->thread.vrsave = mfspr(SPRN_VRSAVE); in prepare_save_user_regs() 364 current->thread.ckvrsave = mfspr(SPRN_VRSAVE); in prepare_save_tm_user_regs() 508 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_user_regs() 612 mtspr(SPRN_VRSAVE, current->thread.ckvrsave); in restore_tm_user_regs()
|
A D | process.c | 1160 t->vrsave = mfspr(SPRN_VRSAVE); in save_sprs() 1228 mtspr(SPRN_VRSAVE, new_thread->vrsave); in restore_sprs()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | tm.S | 158 mfspr r6, SPRN_VRSAVE 298 mtspr SPRN_VRSAVE, r7
|
A D | book3s_hv_p9_entry.c | 19 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in load_spr_state() 64 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in store_spr_state() 191 mtspr(SPRN_VRSAVE, current->thread.vrsave); in restore_p9_host_os_sprs()
|
A D | bookehv_interrupts.S | 378 mfspr r3, SPRN_VRSAVE 615 mtspr SPRN_VRSAVE, r3
|
A D | powerpc.c | 837 mtspr(SPRN_VRSAVE, vcpu->arch.vrsave); in kvm_arch_vcpu_load() 846 vcpu->arch.vrsave = mfspr(SPRN_VRSAVE); in kvm_arch_vcpu_put()
|
A D | book3s_hv_rmhandlers.S | 2466 mfspr r6,SPRN_VRSAVE 2503 mtspr SPRN_VRSAVE,r7
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | cpu_features.rst | 43 mfspr r22,SPRN_VRSAVE /* if G4, save vrsave register value */
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | reg.h | 834 #define SPRN_VRSAVE 0x100 /* Vector Register Save Register */ macro
|
Completed in 29 milliseconds