Home
last modified time | relevance | path

Searched refs:test_fp_ctl (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/s390/include/asm/fpu/
H A Dapi.h54 static inline int test_fp_ctl(u32 fpc) in test_fp_ctl() function
/openbmc/linux/arch/s390/kernel/
H A Dptrace.c390 test_fp_ctl(data >> (BITS_PER_LONG - 32))) in __poke_user()
746 if (test_fp_ctl(tmp)) in __poke_user_compat()
922 if (ufpc[1] != 0 || test_fp_ctl(ufpc[0])) in s390_fpregs_set()
H A Dsignal.c153 if (test_fp_ctl(user_sregs.fpregs.fpc)) in restore_sigregs()
H A Dcompat_signal.c102 if (test_fp_ctl(user_sregs.fpregs.fpc)) in restore_sigregs32()
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c4963 if (test_fp_ctl(current->thread.fpu.fpc)) in sync_regs()