Searched refs:mseal (Results 1 – 25 of 34) sorted by relevance
12
| /linux/Documentation/userspace-api/ |
| H A D | mseal.rst | 4 Introduction of mseal 28 mseal syscall signature 30 ``int mseal(void *addr, size_t len, unsigned long flags)`` 65 mseal only works on 64-bit CPUs, not 32-bit CPUs. 68 users can call mseal multiple times. mseal on an already sealed memory 84 rc = mseal(ptr, 4096, 0); 154 When not to use mseal 170 Don't use mseal on the memory ptr return from malloc(). 173 If an app calls mseal on a ptr returned from malloc(), this can affect 180 /* don't call mseal on ptr return from malloc. */ [all …]
|
| H A D | index.rst | 23 mseal
|
| /linux/mm/ |
| H A D | mseal.c | 188 SYSCALL_DEFINE3(mseal, unsigned long, start, size_t, len, unsigned long, in SYSCALL_DEFINE3() argument
|
| H A D | Makefile | 48 mmu-$(CONFIG_MMU) += mseal.o
|
| /linux/security/ |
| H A D | Kconfig | 55 bool "mseal system mappings" 60 Apply mseal on system mappings. 73 Documentation/userspace-api/mseal.rst
|
| /linux/kernel/ |
| H A D | sys_ni.c | 197 COND_SYSCALL(mseal);
|
| /linux/arch/mips/kernel/syscalls/ |
| H A D | syscall_n64.tbl | 379 462 n64 mseal sys_mseal
|
| H A D | syscall_n32.tbl | 403 462 n32 mseal sys_mseal
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 379 462 n64 mseal sys_mseal
|
| /linux/scripts/ |
| H A D | syscall.tbl | 405 462 common mseal sys_mseal
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 405 462 common mseal sys_mseal
|
| /linux/arch/sh/kernel/syscalls/ |
| H A D | syscall.tbl | 468 462 common mseal sys_mseal
|
| /linux/arch/xtensa/kernel/syscalls/ |
| H A D | syscall.tbl | 435 462 common mseal sys_mseal
|
| /linux/arch/m68k/kernel/syscalls/ |
| H A D | syscall.tbl | 464 462 common mseal sys_mseal
|
| /linux/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 463 462 common mseal sys_mseal
|
| /linux/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 389 462 common mseal sys_mseal
|
| H A D | syscall_32.tbl | 470 462 i386 mseal sys_mseal
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 468 462 common mseal sys_mseal
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 435 462 common mseal sys_mseal
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 389 462 common mseal sys_mseal
|
| /linux/arch/microblaze/kernel/syscalls/ |
| H A D | syscall.tbl | 470 462 common mseal sys_mseal
|
| /linux/arch/arm64/tools/ |
| H A D | syscall_32.tbl | 476 462 common mseal sys_mseal
|
| /linux/arch/alpha/kernel/syscalls/ |
| H A D | syscall.tbl | 504 572 common mseal sys_mseal
|
| /linux/arch/arm/tools/ |
| H A D | syscall.tbl | 479 462 common mseal sys_mseal
|
| /linux/arch/sparc/kernel/syscalls/ |
| H A D | syscall.tbl | 510 462 common mseal sys_mseal
|
12