Lines Matching refs:thread
69 struct thread;
74 void vfp_discard(struct thread *);
77 void vfp_new_thread(struct thread *, struct thread *, bool);
78 void vfp_reset_state(struct thread *, struct pcb *);
80 void vfp_save_state(struct thread *, struct pcb *);
82 void vfp_save_state_switch(struct thread *);
83 void vfp_to_sve_sync(struct thread *);
84 void sve_to_vfp_sync(struct thread *);
87 size_t sve_buf_size(struct thread *);
88 bool sve_restore_state(struct thread *);
102 void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int);
103 int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
117 void get_fpcontext32(struct thread *td, mcontext32_vfp_t *mcp);
118 void set_fpcontext32(struct thread *td, mcontext32_vfp_t *mcp);