MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_cpu_getauxval

Function rte_cpu_getauxval

dpdk/lib/eal/linux/eal_cpuflags.c:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72unsigned long
73rte_cpu_getauxval(unsigned long type)
74{
75 return _rte_cpu_getauxval(type, NULL);
76}
77
78int
79rte_cpu_strcmp_auxval(unsigned long type, const char *str)

Callers 4

rte_cpu_get_featuresFunction · 0.50
rte_cpu_get_featuresFunction · 0.50
rte_cpu_get_featuresFunction · 0.50
rte_cpu_get_featuresFunction · 0.50

Calls 1

_rte_cpu_getauxvalFunction · 0.85

Tested by

no test coverage detected