Searched refs:fpt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | traps_32.c | 206 struct task_struct *fpt = last_task_used_math; local 208 struct task_struct *fpt = current; local 216 if(!fpt) { 218 if (!test_tsk_thread_flag(fpt, TIF_USEDFPU)) { 224 fpsave(&fpt->thread.float_regs[0], &fpt->thread.fsr, 225 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth); 227 printk("Hmm, FP exception, fsr was %016lx\n", fpt->thread.fsr); 230 switch ((fpt [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | traps_32.c | 206 struct task_struct *fpt = last_task_used_math; local 208 struct task_struct *fpt = current; local 216 if(!fpt) { 218 if (!test_tsk_thread_flag(fpt, TIF_USEDFPU)) { 224 fpsave(&fpt->thread.float_regs[0], &fpt->thread.fsr, 225 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth); 227 printk("Hmm, FP exception, fsr was %016lx\n", fpt->thread.fsr); 230 switch ((fpt [all...] |
/kernel/linux/linux-5.10/arch/sparc/math-emu/ |
H A D | math_32.c | 144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() argument 162 /* You wouldn't believe how often I typed 'ftp' when I meant 'fpt' :-> */ in do_mathemu() 172 printk("fpqdepth is %ld\n", fpt->thread.fpqdepth); in do_mathemu() 173 for (i = 0; i < fpt->thread.fpqdepth; i++) in do_mathemu() 174 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn, in do_mathemu() 175 (unsigned long)fpt->thread.fpqueue[i].insn_addr); in do_mathemu() 178 if (fpt->thread.fpqdepth == 0) { /* no queue, guilty insn is at regs->pc */ in do_mathemu() 183 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs); in do_mathemu() 194 for (i = 0; i < fpt in do_mathemu() [all...] |
/kernel/linux/linux-6.6/arch/sparc/math-emu/ |
H A D | math_32.c | 144 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt) in do_mathemu() argument 162 /* You wouldn't believe how often I typed 'ftp' when I meant 'fpt' :-> */ in do_mathemu() 172 printk("fpqdepth is %ld\n", fpt->thread.fpqdepth); in do_mathemu() 173 for (i = 0; i < fpt->thread.fpqdepth; i++) in do_mathemu() 174 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn, in do_mathemu() 175 (unsigned long)fpt->thread.fpqueue[i].insn_addr); in do_mathemu() 178 if (fpt->thread.fpqdepth == 0) { /* no queue, guilty insn is at regs->pc */ in do_mathemu() 183 retcode = do_one_mathemu(insn, &fpt->thread.fsr, fpt->thread.float_regs); in do_mathemu() 194 for (i = 0; i < fpt in do_mathemu() [all...] |
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | processor_32.h | 92 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | processor_32.h | 105 int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
|
Completed in 4 milliseconds