Home
last modified time | relevance | path

Searched refs:get_auxv_entry (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H 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()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
H A Dutils.c75 void *get_auxv_entry(int type) in get_auxv_entry() function
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
H A Dutils.c403 void *get_auxv_entry(int type) in get_auxv_entry() function

Completed in 2 milliseconds