/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | pkeys.h | 34 #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 D | unistd_32.h | 248 #define __NR_pkey_mprotect 288 macro
|
H A D | unistd_64.h | 277 #define __NR_pkey_mprotect 288 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 276 #define __NR_pkey_mprotect 288 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 273 #define __NR_pkey_mprotect 288 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 333 #define __NR_pkey_mprotect 384 macro
|
H A D | unistd_32.h | 366 #define __NR_pkey_mprotect 384 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 333 #define __NR_pkey_mprotect 329 macro
|
H A D | unistd_32.h | 380 #define __NR_pkey_mprotect 380 macro
|
H A D | unistd_x32.h | 286 #define __NR_pkey_mprotect (__X32_SYSCALL_BIT + 329) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 367 #define __NR_pkey_mprotect 386 macro
|
H A D | unistd_32.h | 376 #define __NR_pkey_mprotect 386 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 693 #define __NR_pkey_mprotect 288 macro 694 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 693 #define __NR_pkey_mprotect 288 macro 694 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 693 #define __NR_pkey_mprotect 288 macro 694 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 801 #define __NR_pkey_mprotect 394 macro 802 __SYSCALL(__NR_pkey_mprotect, sys_pkey_mprotect)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 326 #define __NR_pkey_mprotect (__NR_Linux + 323) macro
|
H A D | unistd_n32.h | 330 #define __NR_pkey_mprotect (__NR_Linux + 327) macro
|
H A D | unistd_o32.h | 366 #define __NR_pkey_mprotect (__NR_Linux + 363) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 353 #define __NR_pkey_mprotect (__NR_SYSCALL_BASE + 394) macro
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | protection_keys.c | 470 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()
|