Home
last modified time | relevance | path

Searched refs:__NR_pkey_mprotect (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dpkeys.h34 #define __NR_pkey_mprotect 386 macro
65 return syscall(__NR_pkey_mprotect, addr, len, prot, pkey); in sys_pkey_mprotect()
/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h248 #define __NR_pkey_mprotect 288 macro
H A Dunistd_64.h277 #define __NR_pkey_mprotect 288 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h276 #define __NR_pkey_mprotect 288 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h273 #define __NR_pkey_mprotect 288 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h333 #define __NR_pkey_mprotect 384 macro
H A Dunistd_32.h366 #define __NR_pkey_mprotect 384 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h333 #define __NR_pkey_mprotect 329 macro
H A Dunistd_32.h380 #define __NR_pkey_mprotect 380 macro
H A Dunistd_x32.h286 #define __NR_pkey_mprotect (__X32_SYSCALL_BIT + 329) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h367 #define __NR_pkey_mprotect 386 macro
H A Dunistd_32.h376 #define __NR_pkey_mprotect 386 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h693 #define __NR_pkey_mprotect 288 macro
694 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h693 #define __NR_pkey_mprotect 288 macro
694 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h693 #define __NR_pkey_mprotect 288 macro
694 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h801 #define __NR_pkey_mprotect 394 macro
802 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h326 #define __NR_pkey_mprotect (__NR_Linux + 323) macro
H A Dunistd_n32.h330 #define __NR_pkey_mprotect (__NR_Linux + 327) macro
H A Dunistd_o32.h366 #define __NR_pkey_mprotect (__NR_Linux + 363) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h353 #define __NR_pkey_mprotect (__NR_SYSCALL_BASE + 394) macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c470 sret = syscall(__NR_pkey_mprotect, ptr, size, orig_prot, pkey); in sys_mprotect_pkey()
1678 sret = syscall(__NR_pkey_mprotect, ptr, size, PROT_READ, pkey); in test_mprotect_pkey_on_unsupported_cpu()