Searched refs:used_math (Results 1 – 14 of 14) sorted by relevance
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()
282 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local284 if (used_math) in dump_fpu()287 return used_math != 0; in dump_fpu()
45 if (!used_math()) { in loongson_cu2_call()
239 if (used_math()) in setup_frame()259 if (used_math()) { in setup_frame()333 if (used_math()) in setup_rt_frame()349 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()) {
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()
1195 BUG_ON(!used_math()); in emulate_load_store_insn()1707 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
680 if (!used_math()) { /* First time FPU user */ in __compute_return_epc_for_insn()
1166 if (!used_math()) { /* First time FPU user. */ in mipsr2_decoder()
1238 if (!used_math()) { in enable_restore_fp_context()
96 if (!used_math()) in save_sigcontext_fpu()
172 fpvalid = !!used_math(); in setup_sigcontext_fpu()
2122 #define used_math() tsk_used_math(current) macro