Home
last modified time | relevance | path

Searched refs:is_fpu_kern_thread (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Dvfp.c296 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) { in fpu_kern_enter()
338 if (is_fpu_kern_thread(0) && in fpu_kern_leave()
375 is_fpu_kern_thread(u_int flags) in is_fpu_kern_thread() function
/f-stack/freebsd/arm64/include/
H A Dvfp.h89 int is_fpu_kern_thread(u_int);
/f-stack/freebsd/amd64/include/
H A Dfpu.h80 int is_fpu_kern_thread(u_int flags);
/f-stack/freebsd/i386/include/
H A Dnpx.h83 int is_fpu_kern_thread(u_int flags);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h44 if (__predict_false(!is_fpu_kern_thread(0))) \
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c293 kt = is_fpu_kern_thread(0); in armv8_crypto_cipher_setup()
442 kt = is_fpu_kern_thread(0); in armv8_crypto_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()
1219 if (is_fpu_kern_thread(0) && in fpu_kern_leave()
1263 is_fpu_kern_thread(u_int flags) in is_fpu_kern_thread() function
/f-stack/freebsd/crypto/openssl/
H A Dossl.c214 if (is_fpu_kern_thread(0)) { in ossl_process()
/f-stack/freebsd/i386/i386/
H A Dnpx.c1453 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) { in fpu_kern_enter()
1492 if (is_fpu_kern_thread(0) && in fpu_kern_leave()
1536 is_fpu_kern_thread(u_int flags) in is_fpu_kern_thread() function
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c349 kt = is_fpu_kern_thread(0); in blake2_cipher_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c613 kt = is_fpu_kern_thread(0) || (csp->csp_cipher_alg == 0); in aesni_cipher_setup()
659 kt = is_fpu_kern_thread(0); in aesni_cipher_process()