Lines Matching refs:thread
90 int fill_regs(struct thread *, struct reg *);
91 int set_regs(struct thread *, struct reg *);
92 int fill_fpregs(struct thread *, struct fpreg *);
93 int set_fpregs(struct thread *, struct fpreg *);
94 int fill_dbregs(struct thread *, struct dbreg *);
95 int set_dbregs(struct thread *, struct dbreg *);
97 int fill_regs32(struct thread *, struct reg32 *);
98 int set_regs32(struct thread *, struct reg32 *);
99 int fill_fpregs32(struct thread *, struct fpreg32 *);
100 int set_fpregs32(struct thread *, struct fpreg32 *);
101 int fill_dbregs32(struct thread *, struct dbreg32 *);
102 int set_dbregs32(struct thread *, struct dbreg32 *);