Searched refs:aspects (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dchdexcr.c35 for (int i = 0; i < ARRAY_SIZE(aspects); i++) {
36 const struct dexcr_aspect *aspect = &aspects[i];
47 for (int i = 0; i < ARRAY_SIZE(aspects); i++)
48 if (aspects[i].prctl != -1 && !strcmp(aspects[i].opt, opt))
49 return &aspects[i];
H A Dlsdexcr.c26 const char *enabled_aspects[ARRAY_SIZE(aspects) + 1] = {NULL};
36 for (size_t i = 0; i < ARRAY_SIZE(aspects); i++) {
37 unsigned int mask = DEXCR_PR_BIT(aspects[i].index);
40 enabled_aspects[j++] = aspects[i].name;
147 for (size_t i = 0; i < ARRAY_SIZE(aspects); i++)
148 print_aspect(&aspects[i]);
167 for (size_t i = 0; i < ARRAY_SIZE(aspects); i++)
168 print_aspect_config(&aspects[i]);
H A Ddexcr.h38 static const struct dexcr_aspect aspects[] = { variable in typeref:struct:dexcr_aspect

Completed in 384 milliseconds