Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/fpu/
Dapi.h51 static inline int test_fp_ctl(u32 fpc) in test_fp_ctl() function
/Linux-v5.4/arch/s390/kernel/
Dptrace.c392 test_fp_ctl(data >> (BITS_PER_LONG - 32))) in __poke_user()
749 if (test_fp_ctl(tmp)) in __poke_user_compat()
994 if (ufpc[1] != 0 || test_fp_ctl(ufpc[0])) in s390_fpregs_set()
Dsignal.c152 if (test_fp_ctl(user_sregs.fpregs.fpc)) in restore_sigregs()
Dcompat_signal.c101 if (test_fp_ctl(user_sregs.fpregs.fpc)) in restore_sigregs32()
/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.c3345 if (test_fp_ctl(fpu->fpc)) { in kvm_arch_vcpu_ioctl_set_fpu()
3936 if (test_fp_ctl(current->thread.fpu.fpc)) in sync_regs()