Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/vm/
Dpkey-x86.h12 #ifndef SYS_pkey_alloc
13 # define SYS_pkey_alloc 381 macro
26 #ifndef SYS_pkey_alloc
27 # define SYS_pkey_alloc 330 macro
Dpkey-powerpc.h9 #ifndef SYS_pkey_alloc
10 # define SYS_pkey_alloc 384 macro
Dprotection_keys.c491 int ret = syscall(SYS_pkey_alloc, flags, init_val); in sys_pkey_alloc()