Home
last modified time | relevance | path

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

/Linux-v4.19/arch/unicore32/kernel/
Dprocess.c267 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local
270 if (used_math) in dump_fpu()
273 return used_math != 0; in dump_fpu()
/Linux-v4.19/arch/arm/kernel/
Dprocess.c288 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local
290 if (used_math) in dump_fpu()
293 return used_math != 0; in dump_fpu()
/Linux-v4.19/arch/mips/loongson64/loongson-3/
Dcop2-ex.c46 if (!used_math()) { in loongson_cu2_call()
/Linux-v4.19/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-v4.19/arch/mips/kernel/
Dsignal.c301 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_save_fp_context() local
305 used = used_math() ? USED_FP : 0; in protected_save_fp_context()
346 return __put_user(used, used_math); in protected_save_fp_context()
354 uint32_t __user *used_math = sc + abi->off_sc_used_math; in protected_restore_fp_context() local
358 err = __get_user(used, used_math); in protected_restore_fp_context()
Dbranch.c677 if (!used_math()) { /* First time FPU user */ in __compute_return_epc_for_insn()
Dunaligned.c1222 BUG_ON(!used_math()); in emulate_load_store_insn()
1734 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
Dmips-r2-to-r6-emul.c1177 if (!used_math()) { /* First time FPU user. */ in mipsr2_decoder()
Dtraps.c1222 if (!used_math()) { in enable_restore_fp_context()
/Linux-v4.19/arch/sh/kernel/
Dsignal_32.c98 if (!used_math()) in save_sigcontext_fpu()
Dsignal_64.c172 fpvalid = !!used_math(); in setup_sigcontext_fpu()
/Linux-v4.19/include/linux/
Dsched.h1424 #define used_math() tsk_used_math(current) macro