Home
last modified time | relevance | path

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

12

/f-stack/dpdk/lib/librte_net/
H A Drte_net_crc.c168 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) && \
169 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) && \
170 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512DQ) && \
171 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512VL) && \
172 rte_cpu_get_flag_enabled(RTE_CPUFLAG_PCLMULQDQ) && \
173 rte_cpu_get_flag_enabled(RTE_CPUFLAG_VPCLMULQDQ) \
200 rte_cpu_get_flag_enabled(RTE_CPUFLAG_PCLMULQDQ)
226 rte_cpu_get_flag_enabled(RTE_CPUFLAG_PMULL)
/f-stack/dpdk/lib/librte_acl/
H A Drte_acl.c121 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_NEON) && in acl_check_alg_arm()
153 return (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) && in acl_check_avx512_cpu_flags()
154 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512VL) && in acl_check_avx512_cpu_flags()
155 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512CD) && in acl_check_avx512_cpu_flags()
156 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW)); in acl_check_avx512_cpu_flags()
187 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) && in acl_check_alg_x86()
196 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_SSE4_1) && in acl_check_alg_x86()
/f-stack/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()
/f-stack/dpdk/lib/librte_eal/x86/
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()
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()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_cpuflags.c21 ret = rte_cpu_get_flag_enabled(compile_time_flags[i]); in rte_cpu_is_supported()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_cpuflags.h73 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature);
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c142 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) in isal_comp_pmd_info_get()
144 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2)) in isal_comp_pmd_info_get()
146 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) in isal_comp_pmd_info_get()
H A Disal_compress_pmd.c150 if (rte_cpu_get_flag_enabled( in isal_comp_set_priv_xform_parameters()
158 else if (rte_cpu_get_flag_enabled( in isal_comp_set_priv_xform_parameters()
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_io.h43 (rte_cpu_get_flag_enabled(RTE_CPUFLAG_MOVDIRI) > 0); in rte_write32_wc_relaxed()
/f-stack/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()
/f-stack/dpdk/lib/librte_hash/
H A Drte_crc_arm64.h78 if (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_hash_crc_set_alg()
H A Drte_fbk_hash.c140 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_fbk_hash_create()
H A Drte_hash_crc.h447 !rte_cpu_get_flag_enabled(RTE_CPUFLAG_EM64T)) in rte_hash_crc_set_alg()
/f-stack/dpdk/lib/librte_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
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd.c490 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) { in cryptodev_zuc_create()
493 } else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2)) { in cryptodev_zuc_create()
496 } else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) { in cryptodev_zuc_create()
/f-stack/dpdk/lib/librte_eal/arm/
H A Drte_cpuflags.c131 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled() function
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def17 rte_cpu_get_flag_enabled
H A Dversion.map21 rte_cpu_get_flag_enabled;
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd.c797 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) in aesni_gcm_create()
799 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2)) in aesni_gcm_create()
801 else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) in aesni_gcm_create()
822 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AES)) in aesni_gcm_create()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c2327 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in iavf_set_rx_function()
2328 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in iavf_set_rx_function()
2332 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in iavf_set_rx_function()
2333 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1 && in iavf_set_rx_function()
2428 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in iavf_set_tx_function()
2429 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in iavf_set_tx_function()
2433 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in iavf_set_tx_function()
2434 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1 && in iavf_set_tx_function()
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd.c573 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2)) { in cryptodev_snow3g_create()
576 } else if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX)) { in cryptodev_snow3g_create()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c3036 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in ice_set_rx_function()
3037 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1) in ice_set_rx_function()
3045 (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in ice_set_rx_function()
3046 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in ice_set_rx_function()
3252 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in ice_set_tx_function()
3253 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512BW) == 1) in ice_set_tx_function()
3261 (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) == 1 || in ice_set_tx_function()
3262 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in ice_set_tx_function()
/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c650 && rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) in rte_efd_create()
661 rte_cpu_get_flag_enabled(RTE_CPUFLAG_NEON) && in rte_efd_create()

12