Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c75 pkey_set_rights(fault_pkey, PKEY_UNRESTRICTED); in segv_handler()
217 pkey_set_rights(pkey, rights); in test()
234 pkey_set_rights(pkey, rights); in test()
H A Dpkey_siginfo.c86 pkey_set_rights(pkey, PKEY_UNRESTRICTED); in segv_handler()
218 pkey_set_rights(rest_pkey, rights); in protect_access()
/linux/tools/testing/selftests/powerpc/include/
H A Dpkeys.h63 void pkey_set_rights(int pkey, unsigned long rights) in pkey_set_rights() function