Searched refs:used_math (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/mips/loongson64/
H A Dcop2-ex.c194 BUG_ON(!used_math());
210 BUG_ON(!used_math());
277 BUG_ON(!used_math());
295 BUG_ON(!used_math());
/linux-master/arch/sparc/kernel/
H A Dsignal_32.c238 if (used_math())
258 if (used_math()) {
332 if (used_math())
348 if (used_math())
H A Dtraps_32.c176 if(used_math()) {
184 if(!used_math()) {
/linux-master/arch/mips/kernel/
H A Dsignal.c330 uint32_t __user *used_math = sc + abi->off_sc_used_math; local
334 used = used_math() ? USED_FP : 0;
375 return __put_user(used, used_math);
383 uint32_t __user *used_math = sc + abi->off_sc_used_math; local
387 err = __get_user(used, used_math);
H A Dunaligned.c445 BUG_ON(!used_math());
965 BUG_ON(!used_math());
/linux-master/arch/loongarch/kernel/
H A Dprocess.c129 if (!used_math())
H A Dtraps.c865 if (!used_math()) {
H A Dsignal.c830 flags = used_math() ? SC_USED_FP : 0;
/linux-master/arch/sh/kernel/
H A Dsignal_32.c97 if (!used_math())
/linux-master/include/linux/
H A Dsched.h1679 #define used_math() tsk_used_math(current) macro

Completed in 258 milliseconds