| /src/sys/arch/sparc64/include/ |
| userret.h | 73 static __inline void share_fpu(struct lwp *, struct trapframe64 *); 83 share_fpu(struct lwp *l, struct trapframe64 *tf) function in typeref:typename:void
|
| /src/sys/arch/sparc/include/ |
| userret.h | 54 static __inline void share_fpu(struct lwp *, struct trapframe *); 89 static __inline void share_fpu(struct lwp *l, struct trapframe *tf) function in typeref:typename:void
|
| /src/sys/arch/sparc/sparc/ |
| syscall.c | 286 share_fpu(l, tf);
|
| trap.c | 586 /* tf->tf_psr &= ~PSR_EF; */ /* share_fpu will do this */ 683 share_fpu(l, tf); 967 share_fpu(l, tf); 1262 share_fpu(l, tf);
|
| /src/sys/arch/sparc64/sparc64/ |
| syscall.c | 360 share_fpu(l, tf);
|
| trap.c | 795 /* tf->tf_tstate &= ~TSTATE_PEF */ /* share_fpu will do this */ 900 share_fpu(l, tf); 1107 share_fpu(l, tf); 1271 share_fpu(l, tf); 1440 share_fpu(l, tf); 1546 share_fpu(l, tf); 1687 share_fpu(l, tf);
|