Symbol: irq_fpu_usable
arch/x86/include/asm/fpu/api.h
30
extern bool irq_fpu_usable(void);
arch/x86/include/asm/simd.h
15
return irq_fpu_usable();
arch/x86/kernel/fpu/core.c
112
EXPORT_SYMBOL(irq_fpu_usable);
arch/x86/kernel/fpu/core.c
477
WARN_ON_FPU(!irq_fpu_usable());
arch/x86/kernel/fpu/core.c
891
WARN_ON_ONCE(!irq_fpu_usable());
lib/crc/x86/crc-pclmul-template.h
59
likely(irq_fpu_usable())) { \
lib/crc/x86/crc32.h
47
static_branch_likely(&have_pclmulqdq) && likely(irq_fpu_usable())) {
lib/crypto/x86/aes.h
40
irq_fpu_usable()) {
lib/crypto/x86/aes.h
56
if (static_branch_likely(&have_aes) && irq_fpu_usable()) {
lib/crypto/x86/aes.h
69
if (static_branch_likely(&have_aes) && irq_fpu_usable()) {
lib/crypto/x86/gf128hash.h
107
if (static_branch_likely(&have_pclmul_avx) && irq_fpu_usable()) {
lib/crypto/x86/gf128hash.h
33
if (static_branch_likely(&have_pclmul_avx) && irq_fpu_usable()) {
lib/crypto/x86/gf128hash.h
54
if (static_branch_likely(&have_pclmul) && irq_fpu_usable()) {
lib/crypto/x86/gf128hash.h
85
if (static_branch_likely(&have_pclmul) && irq_fpu_usable()) {
lib/crypto/x86/nh.h
23
irq_fpu_usable()) {
lib/crypto/x86/poly1305.h
111
unlikely(!irq_fpu_usable())) {
lib/crypto/x86/sha1.h
18
if (likely(irq_fpu_usable())) { \
lib/crypto/x86/sha1.h
38
if (likely(irq_fpu_usable())) {
lib/crypto/x86/sha256.h
20
if (likely(irq_fpu_usable())) { \
lib/crypto/x86/sha256.h
81
len <= 65536 && likely(irq_fpu_usable())) {
lib/crypto/x86/sha512.h
18
if (likely(irq_fpu_usable())) { \
lib/crypto/x86/sm3.h
16
if (likely(irq_fpu_usable())) {
net/netfilter/nft_set_pipapo.c
533
if (boot_cpu_has(X86_FEATURE_AVX2) && irq_fpu_usable()) {
net/netfilter/nft_set_pipapo_avx2.c
1266
if (unlikely(!irq_fpu_usable())) {