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.c61 p = find_auxv_entry(AT_L1I_CACHESIZE, buffer); in test_cache_shape()
67 p = find_auxv_entry(AT_L1I_CACHEGEOMETRY, buffer); in test_cache_shape()
73 p = find_auxv_entry(AT_L1D_CACHESIZE, buffer); in test_cache_shape()
79 p = find_auxv_entry(AT_L1D_CACHEGEOMETRY, buffer); in test_cache_shape()
85 p = find_auxv_entry(AT_L2_CACHESIZE, buffer); in test_cache_shape()
91 p = find_auxv_entry(AT_L2_CACHEGEOMETRY, buffer); in test_cache_shape()
97 p = find_auxv_entry(AT_L3_CACHESIZE, buffer); in test_cache_shape()
103 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);