Home
last modified time | relevance | path

Searched refs:pr_get_dexcr (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr_test.c20 int ctrl = pr_get_dexcr(which); in dexcr_prctl_onexec_test_child()
75 ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
84 ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
93 ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
103 ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
113 ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
121 ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
131 unsigned int ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
153 unsigned int ctrl = pr_get_dexcr(which); in dexcr_prctl_aspect_test()
H A Ddexcr.c63 int pr_get_dexcr(unsigned long which) in pr_get_dexcr() function
75 if (pr_get_dexcr(which) == -1) in pr_dexcr_aspect_supported()
83 return pr_get_dexcr(which) & PR_PPC_DEXCR_CTRL_EDITABLE; in pr_dexcr_aspect_editable()
H A Ddexcr.h82 int pr_get_dexcr(unsigned long pr_aspect);
H A Dlsdexcr.c86 int ctrl = pr_get_dexcr(aspect->prctl); in print_aspect_config()