Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dentry_64.S376 mfspr r24,SPRN_VRSAVE /* save vrsave register value */
465 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
Dhead_64.S895 mfspr r4,SPRN_VRSAVE
899 mtspr SPRN_VRSAVE,r4
Dentry_32.S574 mfspr r12,SPRN_VRSAVE /* save vrsave register value */
615 mtspr SPRN_VRSAVE,r0 /* if G4, restore VRSAVE reg */
/arch/powerpc/include/asm/
Dreg.h433 #define SPRN_VRSAVE 0x100 /* Vector Register Save Register */ macro