Home
last modified time | relevance | path

Searched refs:find_auxv_entry (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/cache_shape/
Dcache_shape.c65 p = find_auxv_entry(AT_L1I_CACHESIZE, buffer); in test_cache_shape()
71 p = find_auxv_entry(AT_L1I_CACHEGEOMETRY, buffer); in test_cache_shape()
77 p = find_auxv_entry(AT_L1D_CACHESIZE, buffer); in test_cache_shape()
83 p = find_auxv_entry(AT_L1D_CACHEGEOMETRY, buffer); in test_cache_shape()
89 p = find_auxv_entry(AT_L2_CACHESIZE, buffer); in test_cache_shape()
95 p = find_auxv_entry(AT_L2_CACHEGEOMETRY, buffer); in test_cache_shape()
101 p = find_auxv_entry(AT_L3_CACHESIZE, buffer); in test_cache_shape()
107 p = find_auxv_entry(AT_L3_CACHEGEOMETRY, buffer); in test_cache_shape()
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dutils.c59 void *find_auxv_entry(int type, char *auxv) in find_auxv_entry() function
82 p = find_auxv_entry(type, auxv); in get_auxv_entry()
/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dutils.h30 void *find_auxv_entry(int type, char *auxv);