Searched refs:fpqueue (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/arch/sparc/kernel/ | 
| D | sigutil_32.c | 22 		       ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth);  in save_fpu_state() 30 		       ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth);  in save_fpu_state() 42 				      ¤t->thread.fpqueue[0],  in save_fpu_state() 76 		err |= __copy_from_user(¤t->thread.fpqueue[0],  in restore_fpu_state()
  | 
| D | process_32.c | 187 		       &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth); 208 		       ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 277 		       &p->thread.fpqueue[0], &p->thread.fpqdepth);
  | 
| D | traps_32.c | 172 		       &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth);  in do_fpd_trap() 225 	       &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
  | 
| D | entry.h | 41             void *fpqueue, unsigned long *fpqdepth);
  | 
| D | signal_32.c | 33 		   void *fpqueue, unsigned long *fpqdepth);
  | 
| /Linux-v6.6/arch/sparc/include/asm/ | 
| D | switch_to_32.h | 22 		       &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \ 104 	    void *fpqueue, unsigned long *fpqdepth);
  | 
| D | processor_32.h | 48 	struct fpq	fpqueue[16];  member
  | 
| /Linux-v6.6/arch/sparc/math-emu/ | 
| D | math_32.c | 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() 195 		retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs);  in do_mathemu()
  |