Home
last modified time | relevance | path

Searched refs:pkey_mprotect (Results 1 – 25 of 62) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dprotection-keys.rst40 int pkey_mprotect(unsigned long start, size_t len,
53 ret = pkey_mprotect(ptr, PAGE_SIZE, real_prot, pkey);
85 pkey_mprotect(ptr, size, PROT_READ|PROT_WRITE, pkey);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dmman-shared.h77 int pkey_mprotect (void *__addr, size_t __len, int __prot, int __pkey) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dmman-shared.h77 int pkey_mprotect (void *__addr, size_t __len, int __prot, int __pkey) __THROW;
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c351 COND_SYSCALL(pkey_mprotect);
/OK3568_Linux_fs/kernel/mm/
H A Dmprotect.c651 SYSCALL_DEFINE4(pkey_mprotect, unsigned long, start, size_t, len, in SYSCALL_DEFINE4() argument
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl338 327 n32 pkey_mprotect sys_pkey_mprotect
H A Dsyscall_n64.tbl334 323 n64 pkey_mprotect sys_pkey_mprotect
H A Dsyscall_o32.tbl377 363 o32 pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl342 330 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl371 348 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl340 329 common pkey_mprotect sys_pkey_mprotect
H A Dsyscall_32.tbl394 380 i386 pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl340 329 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl391 381 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl398 351 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl405 395 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl411 394 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl394 384 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl394 384 common pkey_mprotect sys_pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl455 524 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl436 362 common pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl478 386 nospu pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl472 386 nospu pkey_mprotect sys_pkey_mprotect
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-21543 * pkey_mprotect: (libc)Memory Protection.
3826 ‘pkey_alloc’ function, and applied to pages using ‘pkey_mprotect’.
3837 protection flags set by ‘mprotect’ or ‘pkey_mprotect’.
3851pkey_mprotect’:
3860 if (pkey_mprotect (region, region_length,
3865 protection keys, the ‘pkey_mprotect’ call can usually be skipped. In
3867 possible to call ‘pkey_mprotect’ with a key value of -1, in which case
3950 -- Function: int pkey_mprotect (void *ADDRESS, size_t LENGTH, int
3972 The ‘pkey_mprotect’ function returns 0 on success and -1 on
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-21543 * pkey_mprotect: (libc)Memory Protection.
3826 ‘pkey_alloc’ function, and applied to pages using ‘pkey_mprotect’.
3837 protection flags set by ‘mprotect’ or ‘pkey_mprotect’.
3851pkey_mprotect’:
3860 if (pkey_mprotect (region, region_length,
3865 protection keys, the ‘pkey_mprotect’ call can usually be skipped. In
3867 possible to call ‘pkey_mprotect’ with a key value of -1, in which case
3950 -- Function: int pkey_mprotect (void *ADDRESS, size_t LENGTH, int
3972 The ‘pkey_mprotect’ function returns 0 on success and -1 on

123