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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di387.c91 if (!used_math())
133 if (!used_math())
H A Dsignal.c105 if (used_math()) {
224 if (used_math()) {
H A Dtraps.c1062 if (!used_math())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dfpu.c161 if (used_math()) {
H A Dsignal.c208 fpvalid = !!used_math();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dprocess.c296 int used_math = !!used_math(); local
298 if (used_math)
301 return used_math;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsignal.c124 unsigned int used_math; local
147 used_math = !!used_math();
148 err |= __put_user(used_math, &sc->sc_used_math);
150 if (used_math) {
193 unsigned int used_math; local
221 err |= __get_user(used_math, &sc->sc_used_math);
222 conditional_used_math(used_math);
224 if (used_math) {
H A Dsignal32.c161 u32 used_math; local
181 used_math = !!used_math();
182 err |= __put_user(used_math, &sc->sc_used_math);
184 if (used_math) {
209 u32 used_math; local
233 err |= __get_user(used_math, &sc->sc_used_math);
234 conditional_used_math(used_math);
236 if (used_math) {
H A Dirixsig.c103 error |= __put_user(!!used_math(), &ctx->usedfp);
746 if (!used_math()) {
H A Dtraps.c772 if (used_math()) /* Using the FPU again. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dprocess.c357 int used_math = thread->used_cp[1] | thread->used_cp[2]; local
359 if (used_math)
362 return used_math != 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh4/
H A Dfpu.c311 if (used_math()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dtraps.c241 if(used_math()) {
249 if(!used_math()) {
H A Dsignal.c529 if (!used_math())
546 if (used_math()) {
607 if (!used_math())
620 if (used_math())
H A Dprocess.c550 if (used_math()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c291 if ( !used_math() )
467 fpvalid = !!used_math();
H A Dsignal.c162 if (used_math()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsignal.c145 if (!used_math()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_signal.c258 if (used_math()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_entry.c158 if (!used_math())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1377 #define used_math() tsk_used_math(current) macro

Completed in 130 milliseconds