Searched defs:fpu_kern_ctx (Results 1 – 5 of 5) sorted by relevance
58 struct fpu_kern_ctx { struct59 struct vfp_state *prev;62 uint32_t flags;63 struct vfp_state state;
303 struct fpu_kern_ctx { struct310 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() argument
56 struct fpu_kern_ctx { struct57 struct vfpstate *prev;60 uint32_t flags;61 struct vfpstate state;
1363 struct fpu_kern_ctx { struct1369 struct fpu_kern_ctx * argument
1097 struct fpu_kern_ctx { struct1106 return (sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN + max_est); in fpu_kern_alloc_sz() argument