Home
last modified time | relevance | path

Searched refs:fpqdepth (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/arch/sparc/kernel/
A Dsigutil_32.c22 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
30 &current->thread.fpqueue[0], &current->thread.fpqdepth); in save_fpu_state()
39 err |= __put_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in save_fpu_state()
40 if (current->thread.fpqdepth != 0) in save_fpu_state()
74 err |= __get_user(current->thread.fpqdepth, &fpu->si_fpqdepth); in restore_fpu_state()
75 if (current->thread.fpqdepth != 0) in restore_fpu_state()
A Dprocess_32.c187 &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth);
208 &current->thread.fpqueue[0], &current->thread.fpqdepth);
277 &p->thread.fpqueue[0], &p->thread.fpqdepth);
A Dtraps_32.c172 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap()
225 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
A Dentry.h41 void *fpqueue, unsigned long *fpqdepth);
A Dsignal_32.c33 void *fpqueue, unsigned long *fpqdepth);
/linux-6.3-rc2/arch/sparc/include/asm/
A Dswitch_to_32.h22 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
104 void *fpqueue, unsigned long *fpqdepth);
A Dprocessor_32.h47 unsigned long fpqdepth; member
/linux-6.3-rc2/arch/sparc/math-emu/
A Dmath_32.c172 printk("fpqdepth is %ld\n", fpt->thread.fpqdepth); in do_mathemu()
173 for (i = 0; i < fpt->thread.fpqdepth; i++) in do_mathemu()
178 if (fpt->thread.fpqdepth == 0) { /* no queue, guilty insn is at regs->pc */ in do_mathemu()
194 for (i = 0; i < fpt->thread.fpqdepth; i++) { in do_mathemu()
204 fpt->thread.fpqdepth = 0; in do_mathemu()

Completed in 9 milliseconds