Searched refs:rte_cpu_getauxval (Results 1 – 5 of 5) sorted by relevance
81 out[REG_HWCAP] = rte_cpu_getauxval(AT_HWCAP); in rte_cpu_get_features()82 out[REG_HWCAP2] = rte_cpu_getauxval(AT_HWCAP2); in rte_cpu_get_features()
9 rte_cpu_getauxval(unsigned long type __rte_unused) in rte_cpu_getauxval() function
92 rte_cpu_getauxval(unsigned long type);
121 out[REG_HWCAP] = rte_cpu_getauxval(AT_HWCAP); in rte_cpu_get_features()122 out[REG_HWCAP2] = rte_cpu_getauxval(AT_HWCAP2); in rte_cpu_get_features()
75 rte_cpu_getauxval(unsigned long type) in rte_cpu_getauxval() function