Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/kernel/
Dprocess.c264 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local
267 if (used_math) in dump_fpu()
270 return used_math != 0; in dump_fpu()
/Linux-v5.4/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()
/Linux-v5.4/arch/arm/kernel/
Dprocess.c289 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local
291 if (used_math) in dump_fpu()
294 return used_math != 0; in dump_fpu()
/Linux-v5.4/arch/sparc/kernel/
Dsignal_32.c240 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()
Dtraps_32.c177 if(used_math()) { in do_fpd_trap()
185 if(!used_math()) { in do_fpd_trap()
Dprocess_32.c417 if (used_math()) {
/Linux-v5.4/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.c1220 BUG_ON(!used_math()); in emulate_load_store_insn()
1739 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
/Linux-v5.4/arch/sh/kernel/
Dsignal_32.c98 if (!used_math()) in save_sigcontext_fpu()
Dsignal_64.c169 fpvalid = !!used_math(); in setup_sigcontext_fpu()
/Linux-v5.4/include/linux/
Dsched.h1500 #define used_math() tsk_used_math(current) macro