Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dfpu.h85 #define FPU_KERN_NORMAL 0x0000 macro
/freebsd/sys/i386/include/
H A Dnpx.h89 #define FPU_KERN_NORMAL 0x0000 macro
/freebsd/sys/amd64/include/
H A Dfpu.h86 #define FPU_KERN_NORMAL 0x0000 macro
/freebsd/sys/dev/random/
H A Dnehemiah.c81 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in random_nehemiah_read()
/freebsd/sys/arm64/include/
H A Dvfp.h95 #define FPU_KERN_NORMAL 0x0000 macro
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto.c233 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in armv8_crypto_cipher_setup()
345 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in armv8_crypto_cipher_process()
/freebsd/sys/arm/include/
H A Dvfp.h141 #define FPU_KERN_NORMAL 0x0000 macro
/freebsd/sys/crypto/via/
H A Dpadlock_cipher.c224 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_cipher_process()
H A Dpadlock.c176 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_newsession()
H A Dpadlock_hash.c395 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_hash_process()
/freebsd/sys/crypto/aesni/
H A Daesni.c557 FPU_KERN_NORMAL | FPU_KERN_NOCTX); in aesni_cipher_setup()
676 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in aesni_cipher_crypt()
788 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in aesni_cipher_mac()
/freebsd/sys/crypto/blake2/
H A Dblake2_cryptodev.c270 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in blake2_cipher_process()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c200 fpu_kern_thread(FPU_KERN_NORMAL); in taskq_tsd_set()
/freebsd/sys/opencrypto/
H A Dcrypto.c1773 fpu_kern_thread(FPU_KERN_NORMAL); in crypto_dispatch_thread()