Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dvfp.h86 void fpu_kern_enter(struct thread *, struct fpu_kern_ctx *, u_int);
/f-stack/freebsd/amd64/include/
H A Dfpu.h76 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
/f-stack/freebsd/i386/include/
H A Dnpx.h79 void fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx,
/f-stack/freebsd/crypto/openssl/
H A Dossl.c190 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_newsession()
217 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_process()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h45 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);\
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c296 fpu_kern_enter(curthread, ctx, in armv8_crypto_cipher_setup()
445 fpu_kern_enter(curthread, ctx, in armv8_crypto_cipher_process()
/f-stack/freebsd/crypto/via/
H A Dpadlock_cipher.c228 fpu_kern_enter(td, ses->ses_fpu_ctx, FPU_KERN_NORMAL | FPU_KERN_KTHR); in padlock_cipher_process()
H A Dpadlock.c198 fpu_kern_enter(td, ses->ses_fpu_ctx, FPU_KERN_NORMAL | in padlock_newsession()
H A Dpadlock_hash.c401 fpu_kern_enter(td, ses->ses_fpu_ctx, FPU_KERN_NORMAL | FPU_KERN_KTHR); in padlock_hash_process()
/f-stack/freebsd/arm64/arm64/
H A Dvfp.c271 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c352 fpu_kern_enter(curthread, ctx, in blake2_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c616 fpu_kern_enter(curthread, ctx, in aesni_cipher_setup()
662 fpu_kern_enter(curthread, ctx, in aesni_cipher_process()
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c1148 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function
/f-stack/freebsd/i386/i386/
H A Dnpx.c1421 fpu_kern_enter(struct thread *td, struct fpu_kern_ctx *ctx, u_int flags) in fpu_kern_enter() function