Searched refs:pc_fpcurthread (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/ia64/ia64/
H A Dhighfp.c57 error = msleep_spin(&cpu->pc_fpcurthread, &ia64_highfp_mtx,
74 KASSERT(cpu->pc_fpcurthread == td,
75 ("cpu->pc_fpcurthread != td"));
78 cpu->pc_fpcurthread = NULL;
98 KASSERT(cpu->pc_fpcurthread == td,
99 ("cpu->pc_fpcurthread != td"));
140 KASSERT(cpu->pc_fpcurthread == td,
141 ("cpu->pc_fpcurthread != td"));
146 KASSERT(cpu->pc_fpcurthread == td,
147 ("cpu->pc_fpcurthread !
[all...]
H A Dmachdep.c461 if (pcpup->pc_fpcurthread == old)
483 if (pcpup->pc_fpcurthread == new)
/freebsd-10-stable/sys/sys/
H A Dpcpu.h153 struct thread *pc_fpcurthread; /* Fp state owner */ member in struct:pcpu
/freebsd-10-stable/sys/kern/
H A Dsubr_pcpu.c363 td = pc->pc_fpcurthread;
/freebsd-10-stable/sys/mips/mips/
H A Dgenassym.c84 ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));
/freebsd-10-stable/sys/amd64/amd64/
H A Dgenassym.c212 ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));
/freebsd-10-stable/sys/i386/i386/
H A Dgenassym.c210 ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));

Completed in 79 milliseconds