Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/cache_shape/
A 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()
/linux/tools/testing/selftests/powerpc/
A 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()
/linux/tools/testing/selftests/powerpc/include/
A Dutils.h31 void *find_auxv_entry(int type, char *auxv);

Completed in 5 milliseconds