MCPcopy 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
20static unsigned long
21getauxval(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_getauxvalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected