Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A Dproc-empty-vm.c50 #ifndef SYS_pkey_alloc
51 #define SYS_pkey_alloc 330 macro
57 #ifndef SYS_pkey_alloc
58 #define SYS_pkey_alloc 381 macro
71 long rv = syscall(SYS_pkey_alloc, 0, 0); in protection_key_support()
/linux/tools/testing/selftests/mm/
H A Dpkey-powerpc.h6 #ifndef SYS_pkey_alloc
7 # define SYS_pkey_alloc 384 macro
H A Dpkey-arm64.h16 #ifndef SYS_pkey_alloc
17 # define SYS_pkey_alloc 289 macro
H A Dprotection_keys.c485 int ret = syscall(SYS_pkey_alloc, flags, init_val); in sys_pkey_alloc()