Searched refs:VFP_FPSCR_STAT_MASK (Results 1 – 3 of 3) sorted by relevance
26 #define VFP_FPSCR_STAT_MASK 0xf800009f macro
126 fpscr = (fpsimd->fpsr & VFP_FPSCR_STAT_MASK) | in compat_preserve_vfp_context()169 fpsimd.fpsr = fpscr & VFP_FPSCR_STAT_MASK; in compat_restore_vfp_context()
1713 fpscr = (uregs->fpsr & VFP_FPSCR_STAT_MASK) | in compat_vfp_get()1740 uregs->fpsr = fpscr & VFP_FPSCR_STAT_MASK; in compat_vfp_set()