HomeSort by relevance Sort by last modified time
    Searched refs:get_auxv_entry (Results 1 - 3 of 3) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/include/
utils.h 31 void *get_auxv_entry(int type);
46 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr;
52 return ((unsigned long)get_auxv_entry(AT_HWCAP2) & ftr2) == ftr2;
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
per_event_excludes.c 29 platform = (char *)get_auxv_entry(AT_BASE_PLATFORM);
  /external/linux-kselftest/tools/testing/selftests/powerpc/
utils.c 75 void *get_auxv_entry(int type) function

Completed in 105 milliseconds