Searched refs:fpu_kern_leave (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | vfp.h | 87 int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
|
| /f-stack/freebsd/amd64/include/ |
| H A D | fpu.h | 78 int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
|
| /f-stack/freebsd/i386/include/ |
| H A D | npx.h | 81 int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
|
| /f-stack/freebsd/crypto/openssl/ |
| H A D | ossl.c | 193 fpu_kern_leave(curthread, NULL); in ossl_newsession() 263 fpu_kern_leave(curthread, NULL); in ossl_process()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | simd_x86.h | 50 fpu_kern_leave(curthread, NULL); \
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto.c | 320 fpu_kern_leave(curthread, ctx); in armv8_crypto_cipher_setup() 513 fpu_kern_leave(curthread, ctx); in armv8_crypto_cipher_process()
|
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_cipher.c | 231 fpu_kern_leave(td, ses->ses_fpu_ctx); in padlock_cipher_process()
|
| H A D | padlock.c | 201 fpu_kern_leave(td, ses->ses_fpu_ctx); in padlock_newsession()
|
| H A D | padlock_hash.c | 407 fpu_kern_leave(td, ses->ses_fpu_ctx); in padlock_hash_process()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | vfp.c | 318 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave() function
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 410 fpu_kern_leave(curthread, ctx); in blake2_cipher_process()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 626 fpu_kern_leave(curthread, ctx); in aesni_cipher_setup() 683 fpu_kern_leave(curthread, ctx); in aesni_cipher_process()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | fpu.c | 1200 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | npx.c | 1473 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave() function
|