Home
last modified time | relevance | path

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

/linux-4.4.14/arch/unicore32/kernel/
Dprocess.c272 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local
275 if (used_math) in dump_fpu()
278 return used_math != 0; in dump_fpu()
/linux-4.4.14/arch/arm/kernel/
Dprocess.c282 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu() local
284 if (used_math) in dump_fpu()
287 return used_math != 0; in dump_fpu()
/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dcop2-ex.c45 if (!used_math()) { in loongson_cu2_call()
/linux-4.4.14/arch/sparc/kernel/
Dsignal_32.c239 if (used_math()) in setup_frame()
259 if (used_math()) { in setup_frame()
333 if (used_math()) in setup_rt_frame()
349 if (used_math()) in setup_rt_frame()
Dtraps_32.c199 if(used_math()) { in do_fpd_trap()
207 if(!used_math()) { in do_fpd_trap()
Dprocess_32.c421 if (used_math()) {
/linux-4.4.14/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()
Dunaligned.c1195 BUG_ON(!used_math()); in emulate_load_store_insn()
1707 BUG_ON(!used_math()); in emulate_load_store_microMIPS()
Dbranch.c680 if (!used_math()) { /* First time FPU user */ in __compute_return_epc_for_insn()
Dmips-r2-to-r6-emul.c1166 if (!used_math()) { /* First time FPU user. */ in mipsr2_decoder()
Dtraps.c1238 if (!used_math()) { in enable_restore_fp_context()
/linux-4.4.14/arch/sh/kernel/
Dsignal_32.c96 if (!used_math()) in save_sigcontext_fpu()
Dsignal_64.c172 fpvalid = !!used_math(); in setup_sigcontext_fpu()
/linux-4.4.14/include/linux/
Dsched.h2122 #define used_math() tsk_used_math(current) macro