Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/kernel/cpu/
Dfpu.c9 if (tsk_used_math(tsk)) { in init_fpu()
60 if (!tsk_used_math(tsk)) { in fpu_state_restore()
/linux-3.4.99/arch/sh/kernel/
Dptrace_64.c74 if (!tsk_used_math(task)) { in get_fpu_long()
116 if (!tsk_used_math(task)) { in put_fpu_long()
251 return tsk_used_math(target) ? regset->n : 0; in fpregs_active()
412 tmp = !!tsk_used_math(child); in arch_ptrace()
Dptrace_32.c233 return tsk_used_math(target) ? regset->n : 0; in fpregs_active()
394 if (!tsk_used_math(child)) { in arch_ptrace()
409 tmp = !!tsk_used_math(child); in arch_ptrace()
Dprocess_32.c147 fpvalid = !!tsk_used_math(tsk); in dump_fpu()
Dprocess_64.c382 fpvalid = !!tsk_used_math(tsk); in dump_fpu()
/linux-3.4.99/arch/mips/kernel/
Dptrace32.c93 if (tsk_used_math(child)) { in compat_arch_ptrace()
233 if (!tsk_used_math(child)) { in compat_arch_ptrace()
Dptrace.c113 if (tsk_used_math(child)) { in ptrace_getfpregs()
285 if (tsk_used_math(child)) { in arch_ptrace()
414 if (!tsk_used_math(child)) { in arch_ptrace()
/linux-3.4.99/arch/x86/kernel/
Di387.c235 if (tsk_used_math(tsk)) { in init_fpu()
263 return tsk_used_math(target) ? regset->n : 0; in fpregs_active()
268 return (cpu_has_fxsr && tsk_used_math(target)) ? regset->n : 0; in xfpregs_active()
Dtraps.c593 if (!tsk_used_math(tsk)) { in math_state_restore()
/linux-3.4.99/arch/m32r/kernel/
Dptrace.c115 if (!tsk_used_math(tsk)) { in ptrace_read_user()
124 tmp = !!tsk_used_math(tsk); in ptrace_read_user()
/linux-3.4.99/arch/frv/kernel/
Dptrace.c148 return tsk_used_math(target) ? regset->n : 0; in fpmregs_active()
/linux-3.4.99/arch/x86/include/asm/
Dfpu-internal.h359 fpu.preload = tsk_used_math(new) && new->fpu_counter > 5; in switch_fpu_prepare()
/linux-3.4.99/include/linux/
Dsched.h1866 #define tsk_used_math(p) ((p)->flags & PF_USED_MATH) macro
1867 #define used_math() tsk_used_math(current)
/linux-3.4.99/arch/x86/kvm/
Dx86.c5459 if (!tsk_used_math(current) && init_fpu(current)) in kvm_arch_vcpu_ioctl_run()