Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dtraps_32.c206 struct task_struct *fpt = last_task_used_math; local
208 struct task_struct *fpt = current; local
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu()