Home
last modified time | relevance | path

Searched defs:fpu_kern_ctx (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm/arm/
H A Dvfp.c58 struct fpu_kern_ctx { struct
59 struct vfp_state *prev;
62 uint32_t flags;
63 struct vfp_state state;
/freebsd/sys/powerpc/powerpc/
H A Dfpu.c303 struct fpu_kern_ctx { struct
310 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() argument
/freebsd/sys/arm64/arm64/
H A Dvfp.c56 struct fpu_kern_ctx { struct
57 struct vfpstate *prev;
60 uint32_t flags;
61 struct vfpstate state;
/freebsd/sys/i386/i386/
H A Dnpx.c1363 struct fpu_kern_ctx { struct
1369 struct fpu_kern_ctx * argument
/freebsd/sys/amd64/amd64/
H A Dfpu.c1097 struct fpu_kern_ctx { struct
1106 return (sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN + max_est); in fpu_kern_alloc_sz() argument