Searched refs:fpqueue (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | sigutil_32.c | 21 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 29 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); in save_fpu_state() 41 ¤t->thread.fpqueue[0], in save_fpu_state() 75 err |= __copy_from_user(¤t->thread.fpqueue[0], in restore_fpu_state()
|
D | process_32.c | 197 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 218 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 322 &p->thread.fpqueue[0], &p->thread.fpqdepth); 430 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 440 ¤t->thread.fpqueue[0], ¤t->thread.fpqdepth); 456 ¤t->thread.fpqueue[0],
|
D | traps_32.c | 196 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap() 249 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
|
D | entry.h | 40 void *fpqueue, unsigned long *fpqdepth);
|
D | signal_32.c | 34 void *fpqueue, unsigned long *fpqdepth);
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | switch_to_32.h | 21 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \ 103 void *fpqueue, unsigned long *fpqdepth);
|
D | processor_32.h | 63 struct fpq fpqueue[16]; member
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | math_32.c | 173 printk("%d: %08lx at %08lx\n", i, fpt->thread.fpqueue[i].insn, in do_mathemu() 174 (unsigned long)fpt->thread.fpqueue[i].insn_addr); in do_mathemu() 194 retcode = do_one_mathemu(fpt->thread.fpqueue[i].insn, &(fpt->thread.fsr), fpt->thread.float_regs); in do_mathemu()
|