Home
last modified time | relevance | path

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

12

/linux-6.12.1/Documentation/userspace-api/
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);
133 When not to use mseal
149 Don't use mseal on the memory ptr return from malloc().
152 If an app calls mseal on a ptr returned from malloc(), this can affect
159 /* don't call mseal on ptr return from malloc. */
[all …]
Dindex.rst23 mseal
/linux-6.12.1/mm/
Dmseal.c264 SYSCALL_DEFINE3(mseal, unsigned long, start, size_t, len, unsigned long, in SYSCALL_DEFINE3() argument
DMakefile48 mmu-$(CONFIG_MMU) += mseal.o
/linux-6.12.1/kernel/
Dsys_ni.c197 COND_SYSCALL(mseal);
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl379 462 n64 mseal sys_mseal
/linux-6.12.1/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl379 462 n64 mseal sys_mseal
Dsyscall_n32.tbl403 462 n32 mseal sys_mseal
Dsyscall_o32.tbl452 462 o32 mseal sys_mseal
/linux-6.12.1/arch/x86/entry/syscalls/
Dsyscall_64.tbl388 462 common mseal sys_mseal
Dsyscall_32.tbl470 462 i386 mseal sys_mseal
/linux-6.12.1/arch/arm64/tools/
Dsyscall_64.tbl405 462 common mseal sys_mseal
Dsyscall_32.tbl476 462 common mseal sys_mseal
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl388 462 common mseal sys_mseal
Dsyscall_32.tbl470 462 i386 mseal sys_mseal
/linux-6.12.1/scripts/
Dsyscall.tbl405 462 common mseal sys_mseal
/linux-6.12.1/arch/xtensa/kernel/syscalls/
Dsyscall.tbl435 462 common mseal sys_mseal
/linux-6.12.1/arch/parisc/kernel/syscalls/
Dsyscall.tbl463 462 common mseal sys_mseal
/linux-6.12.1/arch/microblaze/kernel/syscalls/
Dsyscall.tbl470 462 common mseal sys_mseal
/linux-6.12.1/arch/m68k/kernel/syscalls/
Dsyscall.tbl464 462 common mseal sys_mseal
/linux-6.12.1/arch/sh/kernel/syscalls/
Dsyscall.tbl468 462 common mseal sys_mseal
/linux-6.12.1/arch/sparc/kernel/syscalls/
Dsyscall.tbl510 462 common mseal sys_mseal
/linux-6.12.1/arch/arm/tools/
Dsyscall.tbl479 462 common mseal sys_mseal
/linux-6.12.1/arch/alpha/kernel/syscalls/
Dsyscall.tbl504 572 common mseal sys_mseal
/linux-6.12.1/arch/powerpc/kernel/syscalls/
Dsyscall.tbl555 462 common mseal sys_mseal

12