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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsignal.c110 unsigned int used_math; local
133 used_math = !!used_math();
134 err |= __put_user(used_math, &sc->sc_used_math);
136 if (used_math) {
179 unsigned int used_math; local
207 err |= __get_user(used_math, &sc->sc_used_math);
208 conditional_used_math(used_math);
210 if (used_math) {
H A Dsignal32.c141 u32 used_math; local
161 used_math = !!used_math();
162 err |= __put_user(used_math, &sc->sc_used_math);
164 if (used_math) {
189 u32 used_math; local
213 err |= __get_user(used_math, &sc->sc_used_math);
214 conditional_used_math(used_math);
216 if (used_math) {
H A Dunaligned.c603 BUG_ON(!used_math());
1034 BUG_ON(!used_math());
H A Dtraps.c1081 if (used_math()) /* Using the FPU again. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dxsave.c168 if (!used_math())
282 if (used_math())
289 if (!used_math()) {
H A Di387.c587 if (!used_math())
693 if (used_math()) {
703 if (!used_math()) {
739 fpvalid = !!used_math();
H A Dsignal.c237 if (used_math()) {
255 if (used_math() && save_i387_xstate(*fpstate) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dprocess.c369 int used_math = thread->used_cp[1] | thread->used_cp[2]; local
371 if (used_math)
374 return used_math != 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsignal_32.c328 if (!used_math())
345 if (used_math()) {
408 if (!used_math())
421 if (used_math())
H A Dtraps_32.c195 if(used_math()) {
203 if(!used_math()) {
H A Dprocess_32.c467 if (used_math()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsignal_32.c165 if (!used_math()) {
H A Dsignal_64.c311 fpvalid = !!used_math();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_signal.c396 if (used_math()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_entry.c150 if (!used_math()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h1727 #define used_math() tsk_used_math(current) macro

Completed in 204 milliseconds