Lines Matching refs:lwp
11 struct lwp;
22 void fpu_set_default_cw(struct lwp *, unsigned int);
30 void fpu_clear(struct lwp *, unsigned int);
31 void fpu_sigreset(struct lwp *);
33 void fpu_lwp_fork(struct lwp *, struct lwp *);
34 void fpu_lwp_abandon(struct lwp *l);
39 void process_write_fpregs_xmm(struct lwp *, const struct fxsave *);
40 void process_write_fpregs_s87(struct lwp *, const struct save87 *);
42 void process_read_fpregs_xmm(struct lwp *, struct fxsave *);
43 void process_read_fpregs_s87(struct lwp *, struct save87 *);
45 int process_read_xstate(struct lwp *, struct xstate *);
47 int process_write_xstate(struct lwp *, const struct xstate *);