Home
last modified time | relevance | path

Searched refs:fpu_kern_leave (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dvfp.h87 int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
/f-stack/freebsd/amd64/include/
H A Dfpu.h78 int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
/f-stack/freebsd/i386/include/
H A Dnpx.h81 int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
/f-stack/freebsd/crypto/openssl/
H A Dossl.c193 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 Dsimd_x86.h50 fpu_kern_leave(curthread, NULL); \
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c320 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 Dpadlock_cipher.c231 fpu_kern_leave(td, ses->ses_fpu_ctx); in padlock_cipher_process()
H A Dpadlock.c201 fpu_kern_leave(td, ses->ses_fpu_ctx); in padlock_newsession()
H A Dpadlock_hash.c407 fpu_kern_leave(td, ses->ses_fpu_ctx); in padlock_hash_process()
/f-stack/freebsd/arm64/arm64/
H A Dvfp.c318 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave() function
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c410 fpu_kern_leave(curthread, ctx); in blake2_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c626 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 Dfpu.c1200 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave() function
/f-stack/freebsd/i386/i386/
H A Dnpx.c1473 fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx) in fpu_kern_leave() function