Searched refs:pkey_set (Results 1 – 25 of 43) sorted by relevance
12
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | protection-keys.rst | 47 called pkey_set(). 59 pkey_set(pkey, 0); // clear PKEY_DISABLE_WRITE 61 pkey_set(pkey, PKEY_DISABLE_WRITE); // set PKEY_DISABLE_WRITE again 69 .. note:: pkey_set() is a wrapper for the RDPKRU and WRPKRU instructions.
|
| /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 D | mman-shared.h | 65 int pkey_set (int __key, unsigned int __access_rights) __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 D | mman-shared.h | 65 int pkey_set (int __key, unsigned int __access_rights) __THROW;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-view.c | 482 static int pkey_set(struct task_struct *target, const struct user_regset *regset, in pkey_set() function 624 .active = pkey_active, .regset_get = pkey_get, .set = pkey_set
|
| /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 D | libc.info-2 | 1544 * pkey_set: (libc)Memory Protection. 3830 ‘pkey_set’ and ‘pkey_get’ functions. 3870 After key allocation assignment to memory pages, ‘pkey_set’ can be 3874 if (key >= 0 && pkey_set (key, 0) < 0) 3880 if (key >= 0 && pkey_set (key, PKEY_DISABLE_ACCESS) < 0) 3893 ‘pkey_set’ typically does not involve a call into the kernel and a 3904 which are applied to the current thread (as if with ‘pkey_set’ 3984 -- Function: int pkey_set (int KEY, unsigned int RIGHTS) 4010 Calling the ‘pkey_set’ function with a protection key which was not 4015 The ‘pkey_set’ function returns 0 on success and -1 on failure. [all …]
|
| H A D | libc.info-16 | 1544 * pkey_set: (libc)Memory Protection. 4011 * pkey_set: Memory Protection. (line 287)
|
| H A D | dir | 1430 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-14 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-17 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-8 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-13 | 1544 * pkey_set: (libc)Memory Protection. 15750 ‘int pkey_set (int KEY, unsigned int RIGHTS)’
|
| H A D | libc.info-9 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-11 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-6 | 1544 * pkey_set: (libc)Memory Protection.
|
| /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 D | libc.info-2 | 1544 * pkey_set: (libc)Memory Protection. 3830 ‘pkey_set’ and ‘pkey_get’ functions. 3870 After key allocation assignment to memory pages, ‘pkey_set’ can be 3874 if (key >= 0 && pkey_set (key, 0) < 0) 3880 if (key >= 0 && pkey_set (key, PKEY_DISABLE_ACCESS) < 0) 3893 ‘pkey_set’ typically does not involve a call into the kernel and a 3904 which are applied to the current thread (as if with ‘pkey_set’ 3984 -- Function: int pkey_set (int KEY, unsigned int RIGHTS) 4010 Calling the ‘pkey_set’ function with a protection key which was not 4015 The ‘pkey_set’ function returns 0 on success and -1 on failure. [all …]
|
| H A D | libc.info-16 | 1544 * pkey_set: (libc)Memory Protection. 4011 * pkey_set: Memory Protection. (line 287)
|
| H A D | dir | 1430 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-14 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-17 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-8 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-13 | 1544 * pkey_set: (libc)Memory Protection. 15750 ‘int pkey_set (int KEY, unsigned int RIGHTS)’
|
| H A D | libc.info-9 | 1544 * pkey_set: (libc)Memory Protection.
|
| H A D | libc.info-10 | 1544 * pkey_set: (libc)Memory Protection.
|
12