Searched refs:used_math (Results 1 – 14 of 14) sorted by relevance
264 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local267 if (used_math) in dump_fpu()270 return used_math != 0; in dump_fpu()
150 if (!used_math()) in store_fpu_for_suspend()175 if (used_math()) { in do_fpu_context_switch()
59 if (!used_math()) { in SYSCALL_DEFINE2()
180 if (used_math()) { in copy_thread()
60 __put_user_error(used_math(), &sc->used_math_flag, ret); in setup_sigcontext_fpu()62 if (!used_math()) in setup_sigcontext_fpu()
289 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local291 if (used_math) in dump_fpu()294 return used_math != 0; in dump_fpu()
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()) {
330 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_save_fp_context() local334 used = used_math() ? USED_FP : 0; in protected_save_fp_context()375 return __put_user(used, used_math); in protected_save_fp_context()383 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_restore_fp_context() local387 err = __get_user(used, used_math); in protected_restore_fp_context()
1220 BUG_ON(!used_math()); in emulate_load_store_insn()1739 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
98 if (!used_math()) in save_sigcontext_fpu()
169 fpvalid = !!used_math(); in setup_sigcontext_fpu()
1500 #define used_math() tsk_used_math(current) macro