Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H 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()
H A Dprocess_32.c191 &tsk->thread.fpqueue[0], &tsk->thread.fpqdepth);
212 &current->thread.fpqueue[0], &current->thread.fpqdepth);
289 &p->thread.fpqueue[0], &p->thread.fpqdepth);
H A Dtraps_32.c174 &fptask->thread.fpqueue[0], &fptask->thread.fpqdepth); in do_fpd_trap()
227 &fpt->thread.fpqueue[0], &fpt->thread.fpqdepth);
H A Dentry.h41 void *fpqueue, unsigned long *fpqdepth);
H A Dsignal_32.c33 void *fpqueue, unsigned long *fpqdepth);
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H 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()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dswitch_to_32.h22 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
104 void *fpqueue, unsigned long *fpqdepth);
H A Dprocessor_32.h51 unsigned long fpqdepth; member