Home
last modified time | relevance | path

Searched refs:SPRN_SPEFSCR (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbooke_interrupts.S283 mfspr r9, SPRN_SPEFSCR
286 mtspr SPRN_SPEFSCR, r9
395 mfspr r3, SPRN_SPEFSCR
398 mtspr SPRN_SPEFSCR, r3
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath_efp.c207 __FPU_FPSCR = mfspr(SPRN_SPEFSCR); in do_spe_mathemu()
679 mtspr(SPRN_SPEFSCR, __FPU_FPSCR); in do_spe_mathemu()
740 __FPU_FPSCR = mfspr(SPRN_SPEFSCR); in speround_handler()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprocess.c399 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_spe_to_thread()
602 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_all_to_thread()
1927 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR); in set_fpexc_mode()
1970 tsk->thread.spefscr_last = mfspr(SPRN_SPEFSCR); in get_fpexc_mode()
H A Dentry_32.S730 mfspr r12,SPRN_SPEFSCR /* save spefscr register value */
770 mtspr SPRN_SPEFSCR,r0 /* restore SPEFSCR reg */
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h121 #define SPRN_SPEFSCR 0x200 /* SPE & Embedded FP Status & Control */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h550 #define SPRN_SPEFSCR 0x200 /* SPE & Embedded FP Status & Control */ macro