Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/loongson64/
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()
/kernel/linux/linux-5.10/arch/nds32/kernel/
Dfpu.c150 if (!used_math()) in store_fpu_for_suspend()
175 if (used_math()) { in do_fpu_context_switch()
Dsys_nds32.c59 if (!used_math()) { in SYSCALL_DEFINE2()
Dprocess.c180 if (used_math()) { in copy_thread()
Dsignal.c60 __put_user_error(used_math(), &sc->used_math_flag, ret); in setup_sigcontext_fpu()
62 if (!used_math()) in setup_sigcontext_fpu()
/kernel/linux/linux-5.10/arch/sparc/kernel/
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()
Dtraps_32.c177 if(used_math()) { in do_fpd_trap()
185 if(!used_math()) { in do_fpd_trap()
/kernel/linux/linux-5.10/arch/mips/kernel/
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()
Dunaligned.c445 BUG_ON(!used_math()); in emulate_load_store_insn()
964 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
/kernel/linux/linux-5.10/arch/sh/kernel/
Dsignal_32.c97 if (!used_math()) in save_sigcontext_fpu()
/kernel/linux/linux-5.10/include/linux/
Dsched.h1727 #define used_math() tsk_used_math(current) macro