Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/include/
H A Dpkeys.h38 #define __NR_pkey_alloc 384 macro
81 return syscall(__NR_pkey_alloc, flags, rights); in sys_pkey_alloc()
/linux/include/uapi/asm-generic/
H A Dunistd.h695 #define __NR_pkey_alloc 289 macro
696 __SYSCALL(__NR_pkey_alloc, sys_pkey_alloc)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h695 #define __NR_pkey_alloc 289 macro
696 __SYSCALL(__NR_pkey_alloc, sys_pkey_alloc)
/linux/tools/testing/selftests/mm/
H A Dmseal_test.c114 int ret = syscall(__NR_pkey_alloc, flags, init_val); in sys_pkey_alloc()