Home
last modified time | relevance | path

Searched defs:aspect (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/powerpc/dexcr/
Dchdexcr.c36 const struct dexcr_aspect *aspect = &aspects[i]; in help() local
56 const struct dexcr_aspect *aspect; in apply_option() local
Ddexcr_test.c19 unsigned long aspect = pr_which_to_aspect(which); in dexcr_prctl_onexec_test_child() local
50 unsigned long aspect = pr_which_to_aspect(which); in dexcr_prctl_aspect_test() local
Dlsdexcr.c53 static void print_aspect(const struct dexcr_aspect *aspect) in print_aspect()
72 static void print_aspect_config(const struct dexcr_aspect *aspect) in print_aspect_config()
Ddexcr.h17 #define DEXCR_PR_BIT(aspect) __MASK(63 - (32 + (aspect))) argument