| /dpdk/lib/net/ |
| H A D | rte_net_crc.c | 166 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 D | rte_acl.c | 120 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 D | ipsec_mb_private.c | 58 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 D | isal_compress_pmd_ops.c | 144 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 D | isal_compress_pmd.c | 152 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 D | rte_hash_crc.h | 68 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 D | rte_fbk_hash.c | 134 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_fbk_hash_create()
|
| H A D | rte_cuckoo_hash.c | 404 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 D | test_cpuflags.c | 17 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 D | rte_cpuflags.c | 147 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 D | rte_spinlock.c | 14 rte_rtm_supported = rte_cpu_get_flag_enabled(RTE_CPUFLAG_RTM); in RTE_INIT()
|
| H A D | rte_hypervisor.c | 23 if (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_HYPERVISOR)) in rte_hypervisor_get()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_cpuflags.c | 21 ret = rte_cpu_get_flag_enabled(compile_time_flags[i]); in rte_cpu_is_supported()
|
| /dpdk/lib/eal/include/generic/ |
| H A D | rte_cpuflags.h | 75 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature);
|
| /dpdk/lib/eal/x86/include/ |
| H A D | rte_io.h | 43 (rte_cpu_get_flag_enabled(RTE_CPUFLAG_MOVDIRI) > 0); in rte_write32_wc_relaxed()
|
| /dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd.c | 761 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 D | rte_cpuflags.c | 89 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled() function
|
| /dpdk/lib/eal/arm/ |
| H A D | rte_cpuflags.c | 138 rte_cpu_get_flag_enabled(enum rte_cpu_flag_t feature) in rte_cpu_get_flag_enabled() function
|
| /dpdk/lib/eal/ |
| H A D | version.map | 21 rte_cpu_get_flag_enabled;
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx.c | 2914 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 D | ice_rxtx.c | 3260 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 D | rte_efd.c | 647 && 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 D | dir24_8.c | 66 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) <= 0) || in get_vector_fn()
|
| /dpdk/lib/member/ |
| H A D | rte_member_ht.c | 116 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) && in rte_member_create_ht()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_rxtx_vec_avx2.c | 820 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX2) && in enic_use_vector_rx_handler()
|