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/
A Dutils.h32 void *get_auxv_entry(int type);
62 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
68 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2; in have_hwcap2()
/linux/tools/testing/selftests/powerpc/
A Dutils.c75 void *get_auxv_entry(int type) in get_auxv_entry() function

Completed in 3 milliseconds