/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | simd_powerpc.h | 58 fpu_kern_enter(PCPU_GET(curthread), NULL, FPU_KERN_NOCTX);\
|
H A D | simd_aarch64.h | 65 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); \
|
H A D | simd_x86.h | 46 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);\
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl.c | 232 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_newsession_hash() 264 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_newsession_cipher() 433 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_process()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_fpu.c | 53 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in lkpi_kernel_fpu_begin()
|
/freebsd/sys/powerpc/include/ |
H A D | fpu.h | 88 #define FPU_KERN_NOCTX 0x0004 macro
|
/freebsd/sys/amd64/include/ |
H A D | fpu.h | 89 #define FPU_KERN_NOCTX 0x0004 macro
|
/freebsd/sys/i386/include/ |
H A D | npx.h | 92 #define FPU_KERN_NOCTX 0x0004 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/powerpc/powerpc/ |
H A D | fpu.c | 316 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter() 323 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()
|
/freebsd/sys/arm64/include/ |
H A D | vfp.h | 98 #define FPU_KERN_NOCTX 0x0004 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 | 144 #define FPU_KERN_NOCTX 0x0004 macro
|
/freebsd/sys/arm/arm/ |
H A D | vfp.c | 441 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter() 448 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()
|
/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/arm64/arm64/ |
H A D | vfp.c | 1092 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter() 1099 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()
|
/freebsd/sys/amd64/amd64/ |
H A D | fpu.c | 1155 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter() 1162 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()
|
/freebsd/sys/i386/i386/ |
H A D | npx.c | 1407 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter() 1414 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()
|
/freebsd/sys/x86/x86/ |
H A D | tsc.c | 780 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in tsc_calibrate()
|
H A D | local_apic.c | 956 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in lapic_calibrate_initcount()
|
/freebsd/sys/dev/efidev/ |
H A D | efirt.c | 302 fpu_kern_enter(td, NULL, FPU_KERN_NOCTX); in efi_enter()
|