Home
last modified time | relevance | path

Searched refs:PR_FP_MODE_FR (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/mips/
H A Dtarget_prctl.h14 ret |= PR_FP_MODE_FR; in do_prctl_get_fp_mode()
27 bool new_fr = arg2 & PR_FP_MODE_FR; in do_prctl_set_fp_mode()
29 const unsigned int known_bits = PR_FP_MODE_FR | PR_FP_MODE_FRE; in do_prctl_set_fp_mode()
/openbmc/qemu/linux-user/
H A Dsyscall.c6320 # define PR_FP_MODE_FR (1 << 0)
6322 # define PR_FP_MODE_FR global() macro