Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ getauxval
Function
getauxval
dpdk/lib/eal/linux/eal_cpuflags.c:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
#ifndef HAS_AUXV
20
static unsigned long
21
getauxval(unsigned long type __rte_unused)
22
{
23
errno = ENOTSUP;
24
return 0;
25
}
26
#endif
27
28
#ifdef RTE_ARCH_64
Callers
1
_rte_cpu_getauxval
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected