find_auxv_entry    61 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L1I_CACHESIZE, buffer);
find_auxv_entry    67 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L1I_CACHEGEOMETRY, buffer);
find_auxv_entry    73 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L1D_CACHESIZE, buffer);
find_auxv_entry    79 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L1D_CACHEGEOMETRY, buffer);
find_auxv_entry    85 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L2_CACHESIZE, buffer);
find_auxv_entry    91 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L2_CACHEGEOMETRY, buffer);
find_auxv_entry    97 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L3_CACHESIZE, buffer);
find_auxv_entry   103 tools/testing/selftests/powerpc/cache_shape/cache_shape.c 	p = find_auxv_entry(AT_L3_CACHEGEOMETRY, buffer);
find_auxv_entry    30 tools/testing/selftests/powerpc/include/utils.h void *find_auxv_entry(int type, char *auxv);
find_auxv_entry    82 tools/testing/selftests/powerpc/utils.c 	p = find_auxv_entry(type, auxv);