Symbol: fpu_kern_ctx
sys/amd64/amd64/fpu.c
1099
return (sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN + max_est);
sys/amd64/amd64/fpu.c
1108
struct fpu_kern_ctx *
sys/amd64/amd64/fpu.c
1116
struct fpu_kern_ctx *
sys/amd64/amd64/fpu.c
1124
fpu_kern_free_ctx(struct fpu_kern_ctx *ctx)
sys/amd64/amd64/fpu.c
1133
fpu_kern_ctx_savefpu(struct fpu_kern_ctx *ctx)
sys/amd64/amd64/fpu.c
1143
fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags)
sys/amd64/amd64/fpu.c
1195
fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx)
sys/amd64/include/fpu.h
47
struct fpu_kern_ctx;
sys/amd64/include/fpu.h
70
struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
sys/amd64/include/fpu.h
71
struct fpu_kern_ctx *fpu_kern_alloc_ctx_domain(int domain, u_int flags);
sys/amd64/include/fpu.h
72
void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx);
sys/amd64/include/fpu.h
73
void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
sys/amd64/include/fpu.h
75
int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
sys/arm/arm/vfp.c
420
struct fpu_kern_ctx *
sys/arm/arm/vfp.c
423
return (malloc(sizeof(struct fpu_kern_ctx), M_FPUKERN_CTX,
sys/arm/arm/vfp.c
428
fpu_kern_free_ctx(struct fpu_kern_ctx *ctx)
sys/arm/arm/vfp.c
436
fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags)
sys/arm/arm/vfp.c
484
fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx)
sys/arm/include/vfp.h
165
struct fpu_kern_ctx;
sys/arm/include/vfp.h
167
struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
sys/arm/include/vfp.h
168
void fpu_kern_free_ctx(struct fpu_kern_ctx *);
sys/arm/include/vfp.h
169
void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int);
sys/arm/include/vfp.h
170
int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
sys/arm64/arm64/vfp.c
1063
struct fpu_kern_ctx *
sys/arm64/arm64/vfp.c
1066
struct fpu_kern_ctx *res;
sys/arm64/arm64/vfp.c
1069
sz = sizeof(struct fpu_kern_ctx);
sys/arm64/arm64/vfp.c
1076
fpu_kern_free_ctx(struct fpu_kern_ctx *ctx)
sys/arm64/arm64/vfp.c
1085
fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags)
sys/arm64/arm64/vfp.c
1132
fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx)
sys/arm64/include/vfp.h
100
struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
sys/arm64/include/vfp.h
101
void fpu_kern_free_ctx(struct fpu_kern_ctx *);
sys/arm64/include/vfp.h
102
void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int);
sys/arm64/include/vfp.h
103
int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
sys/arm64/include/vfp.h
90
struct fpu_kern_ctx;
sys/i386/i386/npx.c
1369
struct fpu_kern_ctx *
sys/i386/i386/npx.c
1372
struct fpu_kern_ctx *res;
sys/i386/i386/npx.c
1375
sz = sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN +
sys/i386/i386/npx.c
1383
fpu_kern_free_ctx(struct fpu_kern_ctx *ctx)
sys/i386/i386/npx.c
1392
fpu_kern_ctx_savefpu(struct fpu_kern_ctx *ctx)
sys/i386/i386/npx.c
1402
fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags)
sys/i386/i386/npx.c
1454
fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx)
sys/i386/include/npx.h
47
struct fpu_kern_ctx;
sys/i386/include/npx.h
74
struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
sys/i386/include/npx.h
75
void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx);
sys/i386/include/npx.h
76
void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
sys/i386/include/npx.h
78
int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
sys/powerpc/include/fpu.h
90
struct fpu_kern_ctx;
sys/powerpc/include/fpu.h
92
struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
sys/powerpc/include/fpu.h
93
void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx);
sys/powerpc/include/fpu.h
94
void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
sys/powerpc/include/fpu.h
96
int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
sys/powerpc/powerpc/fpu.c
331
fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags)
sys/powerpc/powerpc/fpu.c
367
fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx)