Searched refs:used_math (Results 1 – 14 of 14) sorted by relevance
267 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local270 if (used_math) in dump_fpu()273 return used_math != 0; in dump_fpu()
288 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local290 if (used_math) in dump_fpu()293 return used_math != 0; in dump_fpu()
46 if (!used_math()) { in loongson_cu2_call()
240 if (used_math()) in setup_frame()260 if (used_math()) { in setup_frame()334 if (used_math()) in setup_rt_frame()350 if (used_math()) in setup_rt_frame()
177 if(used_math()) { in do_fpd_trap()185 if(!used_math()) { in do_fpd_trap()
417 if (used_math()) {
301 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_save_fp_context() local305 used = used_math() ? USED_FP : 0; in protected_save_fp_context()346 return __put_user(used, used_math); in protected_save_fp_context()354 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_restore_fp_context() local358 err = __get_user(used, used_math); in protected_restore_fp_context()
677 if (!used_math()) { /* First time FPU user */ in __compute_return_epc_for_insn()
1222 BUG_ON(!used_math()); in emulate_load_store_insn()1734 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
1177 if (!used_math()) { /* First time FPU user. */ in mipsr2_decoder()
1222 if (!used_math()) { in enable_restore_fp_context()
98 if (!used_math()) in save_sigcontext_fpu()
172 fpvalid = !!used_math(); in setup_sigcontext_fpu()
1424 #define used_math() tsk_used_math(current) macro