Searched refs:FPU_KERN_NORMAL (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | fpu.h | 85 #define FPU_KERN_NORMAL 0x0000 macro
|
/freebsd/sys/amd64/include/ |
H A D | fpu.h | 86 #define FPU_KERN_NORMAL 0x0000 macro
|
/freebsd/sys/i386/include/ |
H A D | npx.h | 89 #define FPU_KERN_NORMAL 0x0000 macro
|
/freebsd/sys/dev/random/ |
H A D | nehemiah.c | 81 fpu_kern_enter(curthread, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in random_nehemiah_read()
|
/freebsd/sys/arm64/include/ |
H A D | vfp.h | 95 #define FPU_KERN_NORMAL 0x0000 macro
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto.c | 233 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 D | vfp.h | 141 #define FPU_KERN_NORMAL 0x0000 macro
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni.c | 557 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/via/ |
H A D | padlock_cipher.c | 224 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_cipher_process()
|
H A D | padlock.c | 176 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_newsession()
|
H A D | padlock_hash.c | 395 fpu_kern_enter(td, NULL, FPU_KERN_NORMAL | FPU_KERN_NOCTX); in padlock_hash_process()
|
/freebsd/sys/crypto/blake2/ |
H A D | blake2_cryptodev.c | 270 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 D | spl_taskq.c | 201 fpu_kern_thread(FPU_KERN_NORMAL); in taskq_tsd_set()
|
/freebsd/sys/opencrypto/ |
H A D | crypto.c | 1766 fpu_kern_thread(FPU_KERN_NORMAL); in crypto_dispatch_thread()
|