Searched refs:fpu_kern_ctx (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/amd64/include/ |
| H A D | fpu.h | 50 struct fpu_kern_ctx; 73 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags); 74 struct fpu_kern_ctx *fpu_kern_alloc_ctx_domain(int domain, u_int flags); 75 void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx); 76 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, 78 int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
|
| /f-stack/freebsd/arm64/include/ |
| H A D | vfp.h | 74 struct fpu_kern_ctx; 84 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int); 85 void fpu_kern_free_ctx(struct fpu_kern_ctx *); 86 void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int); 87 int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
|
| /f-stack/freebsd/i386/include/ |
| H A D | npx.h | 50 struct fpu_kern_ctx; 77 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags); 78 void fpu_kern_free_ctx(struct fpu_kern_ctx *ctx); 79 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, 81 int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | vfp.c | 52 struct fpu_kern_ctx { struct 249 struct fpu_kern_ctx * 252 struct fpu_kern_ctx *res; in fpu_kern_alloc_ctx() 255 sz = sizeof(struct fpu_kern_ctx); in fpu_kern_alloc_ctx() 262 fpu_kern_free_ctx(struct fpu_kern_ctx *ctx) in fpu_kern_free_ctx() 271 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() 318 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 1095 struct fpu_kern_ctx { struct 1104 return (sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN + max_est); in fpu_kern_alloc_sz() argument 1113 struct fpu_kern_ctx * 1121 struct fpu_kern_ctx * 1129 fpu_kern_free_ctx(struct fpu_kern_ctx *ctx) in fpu_kern_free_ctx() 1138 fpu_kern_ctx_savefpu(struct fpu_kern_ctx *ctx) in fpu_kern_ctx_savefpu() 1148 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() 1200 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 1382 struct fpu_kern_ctx { struct 1388 struct fpu_kern_ctx * argument 1391 struct fpu_kern_ctx *res; in fpu_kern_alloc_ctx() 1394 sz = sizeof(struct fpu_kern_ctx) + XSAVE_AREA_ALIGN + in fpu_kern_alloc_ctx() 1402 fpu_kern_free_ctx(struct fpu_kern_ctx *ctx) in fpu_kern_free_ctx() 1411 fpu_kern_ctx_savefpu(struct fpu_kern_ctx *ctx) in fpu_kern_ctx_savefpu() 1421 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() 1473 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock.h | 71 struct fpu_kern_ctx *ses_fpu_ctx;
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto.c | 75 static struct fpu_kern_ctx **ctx_vfp; 278 struct fpu_kern_ctx *ctx; in armv8_crypto_cipher_setup() 384 struct fpu_kern_ctx *ctx; in armv8_crypto_cipher_process()
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 60 static struct fpu_kern_ctx **ctx_fpu; 338 struct fpu_kern_ctx *ctx; in blake2_cipher_process()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 66 static struct fpu_kern_ctx **ctx_fpu; 562 struct fpu_kern_ctx *ctx; in aesni_cipher_setup() 636 struct fpu_kern_ctx *ctx; in aesni_cipher_process()
|