Home
last modified time | relevance | path

Searched refs:rte_cpu_get_flag_enabled (Results 1 – 25 of 32) sorted by relevance

12

/dpdk/lib/net/
H A Drte_net_crc.c166 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) && \
167 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) && \
168 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512DQ) && \
169 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512VL) && \
170 rte_cpu_get_flag_enabled(RTE_CPUFLAG_PCLMULQDQ) && \
171 rte_cpu_get_flag_enabled(RTE_CPUFLAG_VPCLMULQDQ) \
198 rte_cpu_get_flag_enabled(RTE_CPUFLAG_PCLMULQDQ)
224 rte_cpu_get_flag_enabled(RTE_CPUFLAG_PMULL)
/dpdk/lib/acl/
H A Drte_acl.c120 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_NEON) && in acl_check_alg_arm()
152 return (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) && in acl_check_avx512_cpu_flags()
153 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512VL) && in acl_check_avx512_cpu_flags()
154 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512CD) && in acl_check_avx512_cpu_flags()
155 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW)); in acl_check_avx512_cpu_flags()
186 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) && in acl_check_alg_x86()
195 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_SSE4_1) && in acl_check_alg_x86()
/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c58 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) in ipsec_mb_create()
60 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2)) in ipsec_mb_create()
62 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) in ipsec_mb_create()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c144 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) in isal_comp_pmd_info_get()
146 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2)) in isal_comp_pmd_info_get()
148 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) in isal_comp_pmd_info_get()
153 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_NEON)) in isal_comp_pmd_info_get()
H A Disal_compress_pmd.c152 if (rte_cpu_get_flag_enabled( in isal_comp_set_priv_xform_parameters()
160 else if (rte_cpu_get_flag_enabled( in isal_comp_set_priv_xform_parameters()
/dpdk/lib/hash/
H A Drte_hash_crc.h68 if (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_EM64T) || alg == CRC32_SSE42) in rte_hash_crc_set_alg()
78 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_hash_crc_set_alg()
H A Drte_fbk_hash.c134 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_fbk_hash_create()
H A Drte_cuckoo_hash.c404 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_hash_create()
436 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_SSE2)) in rte_hash_create()
440 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_NEON)) in rte_hash_create()
/dpdk/app/test/
H A Dtest_cpuflags.c17 result = rte_cpu_get_flag_enabled(x); \
207 result = rte_cpu_get_flag_enabled(RTE_CPUFLAG_NUMFLAGS); in test_cpuflags()
/dpdk/lib/eal/x86/
H A Drte_cpuflags.c147 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled() function
189 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_WAITPKG)) { in rte_cpu_get_intrinsics_support()
192 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_RTM)) in rte_cpu_get_intrinsics_support()
H A Drte_spinlock.c14 rte_rtm_supported = rte_cpu_get_flag_enabled(RTE_CPUFLAG_RTM); in RTE_INIT()
H A Drte_hypervisor.c23 if (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_HYPERVISOR)) in rte_hypervisor_get()
/dpdk/lib/eal/common/
H A Deal_common_cpuflags.c21 ret = rte_cpu_get_flag_enabled(compile_time_flags[i]); in rte_cpu_is_supported()
/dpdk/lib/eal/include/generic/
H A Drte_cpuflags.h75 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature);
/dpdk/lib/eal/x86/include/
H A Drte_io.h43 (rte_cpu_get_flag_enabled(RTE_CPUFLAG_MOVDIRI) > 0); in rte_write32_wc_relaxed()
/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c761 if (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_AES)) { in cryptodev_armv8_crypto_create()
768 if (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_SHA1) || in cryptodev_armv8_crypto_create()
769 !rte_cpu_get_flag_enabled(RTE_CPUFLAG_SHA2)) { in cryptodev_armv8_crypto_create()
776 if (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_NEON)) { in cryptodev_armv8_crypto_create()
/dpdk/lib/eal/ppc/
H A Drte_cpuflags.c89 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled() function
/dpdk/lib/eal/arm/
H A Drte_cpuflags.c138 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled() function
/dpdk/lib/eal/
H A Dversion.map21 rte_cpu_get_flag_enabled;
/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c2914 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in iavf_set_rx_function()
2915 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in iavf_set_rx_function()
2920 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in iavf_set_rx_function()
2921 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1 && in iavf_set_rx_function()
3070 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in iavf_set_tx_function()
3071 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in iavf_set_tx_function()
3076 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in iavf_set_tx_function()
3077 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1 && in iavf_set_tx_function()
/dpdk/drivers/net/ice/
H A Dice_rxtx.c3260 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in ice_set_rx_function()
3261 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1) in ice_set_rx_function()
3269 (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in ice_set_rx_function()
3270 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in ice_set_rx_function()
3513 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in ice_set_tx_function()
3514 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1) in ice_set_tx_function()
3522 (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in ice_set_tx_function()
3523 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in ice_set_tx_function()
/dpdk/lib/efd/
H A Drte_efd.c647 && rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) in rte_efd_create()
658 rte_cpu_get_flag_enabled(RTE_CPUFLAG_NEON) && in rte_efd_create()
/dpdk/lib/fib/
H A Ddir24_8.c66 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) <= 0) || in get_vector_fn()
/dpdk/lib/member/
H A Drte_member_ht.c116 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) && in rte_member_create_ht()
/dpdk/drivers/net/enic/
H A Denic_rxtx_vec_avx2.c820 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) && in enic_use_vector_rx_handler()

12