Searched refs:used_math (Results 1 – 20 of 20) sorted by relevance
171 unsigned int used_math; in setup_sigcontext() local194 used_math = !!used_math(); in setup_sigcontext()195 err |= __put_user(used_math, &sc->sc_used_math); in setup_sigcontext()197 if (used_math) { in setup_sigcontext()240 unsigned int used_math; in restore_sigcontext() local268 err |= __get_user(used_math, &sc->sc_used_math); in restore_sigcontext()269 conditional_used_math(used_math); in restore_sigcontext()271 if (used_math) { in restore_sigcontext()
169 u32 used_math; in setup_sigcontext32() local189 used_math = !!used_math(); in setup_sigcontext32()190 err |= __put_user(used_math, &sc->sc_used_math); in setup_sigcontext32()192 if (used_math) { in setup_sigcontext32()217 u32 used_math; in restore_sigcontext32() local241 err |= __get_user(used_math, &sc->sc_used_math); in restore_sigcontext32()242 conditional_used_math(used_math); in restore_sigcontext32()244 if (used_math) { in restore_sigcontext32()
1191 BUG_ON(!used_math()); in emulate_load_store_insn()1625 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
680 if (!used_math()) { /* First time FPU user */ in __compute_return_epc_for_insn()
1225 if (!used_math()) { in enable_restore_fp_context()
1165 if (!used_math()) { /* First time FPU user. */ in mipsr2_decoder()
272 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local275 if (used_math) in dump_fpu()278 return used_math != 0; in dump_fpu()
253 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local255 if (used_math) in dump_fpu()258 return used_math != 0; in dump_fpu()
45 if (!used_math()) { in loongson_cu2_call()
228 if (used_math()) in setup_frame()248 if (used_math()) { in setup_frame()322 if (used_math()) in setup_rt_frame()338 if (used_math()) in setup_rt_frame()
199 if(used_math()) { in do_fpd_trap()207 if(!used_math()) { in do_fpd_trap()
421 if (used_math()) {
227 if (used_math()) { in get_sigframe()243 if (used_math() && in get_sigframe()664 if (used_math()) in handle_signal()
352 if (!used_math() && init_fpu(tsk)) in __restore_xstate_sig()687 WARN_ON(used_math()); in eager_fpu_init()
631 fpvalid = !!used_math(); in dump_fpu()
325 if (used_math()) { in get_sigframe()
96 if (!used_math()) in save_sigcontext_fpu()
172 fpvalid = !!used_math(); in setup_sigcontext_fpu()
150 if (!used_math()) { in math_emulate()
2017 #define used_math() tsk_used_math(current) macro