Searched refs:used_math (Results 1 – 10 of 10) sorted by relevance
194 BUG_ON(!used_math()); in loongson_cu2_call()210 BUG_ON(!used_math()); in loongson_cu2_call()277 BUG_ON(!used_math()); in loongson_cu2_call()295 BUG_ON(!used_math()); in loongson_cu2_call()
238 if (used_math()) in setup_frame()258 if (used_math()) { in setup_frame()332 if (used_math()) in setup_rt_frame()348 if (used_math()) in setup_rt_frame()
175 if(used_math()) { in do_fpd_trap()183 if(!used_math()) { in do_fpd_trap()
329 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_save_fp_context() local333 used = used_math() ? USED_FP : 0; in protected_save_fp_context()374 return __put_user(used, used_math); in protected_save_fp_context()382 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_restore_fp_context() local386 err = __get_user(used, used_math); in protected_restore_fp_context()
403 BUG_ON(!used_math()); in emulate_load_store_insn()923 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
113 if (used_math()) in arch_dup_task_struct()
333 flags = used_math() ? SC_USED_FP : 0; in handle_flags()
518 if (!used_math()) { in init_restore_fp()
97 if (!used_math()) in save_sigcontext_fpu()
1778 #define used_math() tsk_used_math(current) macro