Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-spe.c33 offsetof(struct thread_struct, spefscr)); in evr_get()
52 offsetof(struct thread_struct, spefscr)); in evr_set()
/linux/arch/powerpc/include/asm/
H A Dprocessor.h196 unsigned long spefscr; /* SPE & eFP status */ member
275 .spefscr = SPEFSCR_FINVE | SPEFSCR_FDBZE | SPEFSCR_FUNFE | SPEFSCR_FOVFE, \
H A Dsfp-machine.h108 #define __FPU_FPSCR (current->thread.spefscr)
/linux/arch/powerpc/kernel/
H A Dprocess.c396 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_spe_to_thread()
598 tsk->thread.spefscr = mfspr(SPRN_SPEFSCR); in flush_all_to_thread()
1162 t->spefscr = mfspr(SPRN_SPEFSCR); in save_sprs()
1236 old_thread->spefscr != new_thread->spefscr) in restore_sprs()
1237 mtspr(SPRN_SPEFSCR, new_thread->spefscr); in restore_sprs()
1999 current->thread.spefscr = 0; in start_thread()
H A Dsignal_32.c327 unsafe_put_user(current->thread.spefscr, in __unsafe_save_user_regs()
555 unsafe_get_user(current->thread.spefscr, (u32 __user *)&sr->mc_vregs + ELF_NEVRREG, failed); in restore_user_regs()
H A Dasm-offsets.c650 OFFSET(VCPU_SPEFSCR, kvm_vcpu, arch.spefscr); in main()