Home
last modified time | relevance | path

Searched refs:ltp_pkey_alloc (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pkeys/
Dpkey.h25 inline int ltp_pkey_alloc(unsigned int flags, unsigned int access_rights) in ltp_pkey_alloc() function
35 #define ltp_pkey_alloc pkey_alloc macro
42 int pkey = ltp_pkey_alloc(0, 0); in check_pkey_support()
Dpkey01.c145 pkey = ltp_pkey_alloc(tc->flags, tc->access_rights); in pkey_test()