Home
last modified time | relevance | path

Searched refs:mseal (Results 1 – 25 of 34) sorted by relevance

12

/linux/Documentation/userspace-api/
H A Dmseal.rst4 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 Dindex.rst23 mseal
/linux/mm/
H A Dmseal.c188 SYSCALL_DEFINE3(mseal, unsigned long, start, size_t, len, unsigned long, in SYSCALL_DEFINE3() argument
H A DMakefile48 mmu-$(CONFIG_MMU) += mseal.o
/linux/security/
H A DKconfig55 bool "mseal system mappings"
60 Apply mseal on system mappings.
73 Documentation/userspace-api/mseal.rst
/linux/kernel/
H A Dsys_ni.c197 COND_SYSCALL(mseal);
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl379 462 n64 mseal sys_mseal
H A Dsyscall_n32.tbl403 462 n32 mseal sys_mseal
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl379 462 n64 mseal sys_mseal
/linux/scripts/
H A Dsyscall.tbl405 462 common mseal sys_mseal
/linux/tools/scripts/
H A Dsyscall.tbl405 462 common mseal sys_mseal
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl468 462 common mseal sys_mseal
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl435 462 common mseal sys_mseal
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl464 462 common mseal sys_mseal
/linux/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl463 462 common mseal sys_mseal
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl389 462 common mseal sys_mseal
H A Dsyscall_32.tbl470 462 i386 mseal sys_mseal
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl468 462 common mseal sys_mseal
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl435 462 common mseal sys_mseal
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl389 462 common mseal sys_mseal
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl470 462 common mseal sys_mseal
/linux/arch/arm64/tools/
H A Dsyscall_32.tbl476 462 common mseal sys_mseal
/linux/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl504 572 common mseal sys_mseal
/linux/arch/arm/tools/
H A Dsyscall.tbl479 462 common mseal sys_mseal
/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl510 462 common mseal sys_mseal

12