Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
unsigned long
73
rte_cpu_getauxval(unsigned long type)
74
{
75
return _rte_cpu_getauxval(type, NULL);
76
}
77
78
int
79
rte_cpu_strcmp_auxval(unsigned long type, const char *str)
Callers
4
rte_cpu_get_features
Function · 0.50
rte_cpu_get_features
Function · 0.50
rte_cpu_get_features
Function · 0.50
rte_cpu_get_features
Function · 0.50
Calls
1
_rte_cpu_getauxval
Function · 0.85
Tested by
no test coverage detected