Home
last modified time | relevance | path

Searched refs:used_math (Results 1 – 9 of 9) sorted by relevance

/arch/mips/loongson64/
A Dcop2-ex.c194 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()
/arch/sparc/kernel/
A Dsignal_32.c238 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()
A Dtraps_32.c176 if(used_math()) { in do_fpd_trap()
184 if(!used_math()) { in do_fpd_trap()
/arch/mips/kernel/
A Dsignal.c330 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_save_fp_context() local
334 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() local
387 err = __get_user(used, used_math); in protected_restore_fp_context()
A Dunaligned.c445 BUG_ON(!used_math()); in emulate_load_store_insn()
965 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
/arch/loongarch/kernel/
A Dprocess.c133 if (!used_math()) in arch_dup_task_struct()
A Dtraps.c881 if (!used_math()) { in init_restore_fp()
A Dsignal.c809 flags = used_math() ? SC_USED_FP : 0; in handle_flags()
/arch/sh/kernel/
A Dsignal_32.c97 if (!used_math()) in save_sigcontext_fpu()

Completed in 31 milliseconds