Home
last modified time | relevance | path

Searched defs:fpt (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sparc/kernel/
Dtraps_32.c234 struct task_struct *fpt = last_task_used_math; local
236 struct task_struct *fpt = current; local
/linux-2.6.39/arch/sparc/math-emu/
Dmath_32.c143 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu()