Home
last modified time | relevance | path

Searched refs:read_auxv (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c57 FAIL_IF(read_auxv(buffer, sizeof(buffer))); in test_cache_shape()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch49 @@ -1115,7 +1119,11 @@ static void read_auxv(void)
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h37 int read_auxv(char *buf, ssize_t buf_size);
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c155 int read_auxv(char *buf, ssize_t buf_size) in read_auxv() function
407 if (read_auxv(auxv, sizeof(auxv))) in get_auxv_entry()