Home
last modified time | relevance | path

Searched refs:get_auxv_entry (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h39 void *get_auxv_entry(int type);
87 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
93 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
104 return ((char *)get_auxv_entry(AT_BASE_PLATFORM)); in auxv_base_platform()
109 return ((char *)get_auxv_entry(AT_PLATFORM)); in auxv_platform()
/linux/tools/testing/selftests/powerpc/
H A Dutils.c403 void *get_auxv_entry(int type) in get_auxv_entry() function