Home
last modified time | relevance | path

Searched refs:FPU_KERN_KTHR (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/arm64/include/
H A Dvfp.h81 #define FPU_KERN_KTHR 0x0002 macro
/f-stack/freebsd/amd64/include/
H A Dfpu.h91 #define FPU_KERN_KTHR 0x0002 macro
/f-stack/freebsd/i386/include/
H A Dnpx.h94 #define FPU_KERN_KTHR 0x0002 macro
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c297 FPU_KERN_NORMAL | FPU_KERN_KTHR); in armv8_crypto_cipher_setup()
446 FPU_KERN_NORMAL | FPU_KERN_KTHR); 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.c199 FPU_KERN_KTHR); 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.c296 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) { in fpu_kern_enter()
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c353 FPU_KERN_NORMAL | FPU_KERN_KTHR); in blake2_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c617 FPU_KERN_NORMAL | FPU_KERN_KTHR); in aesni_cipher_setup()
663 FPU_KERN_NORMAL | FPU_KERN_KTHR); in aesni_cipher_process()
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c1181 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) { in fpu_kern_enter()
/f-stack/freebsd/i386/i386/
H A Dnpx.c1453 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) { in fpu_kern_enter()