Searched refs:mseal (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.12.1/Documentation/userspace-api/ |
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); 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 …]
|
D | index.rst | 23 mseal
|
/linux-6.12.1/mm/ |
D | mseal.c | 264 SYSCALL_DEFINE3(mseal, unsigned long, start, size_t, len, unsigned long, in SYSCALL_DEFINE3() argument
|
D | Makefile | 48 mmu-$(CONFIG_MMU) += mseal.o
|
/linux-6.12.1/kernel/ |
D | sys_ni.c | 197 COND_SYSCALL(mseal);
|
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 379 462 n64 mseal sys_mseal
|
/linux-6.12.1/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 379 462 n64 mseal sys_mseal
|
D | syscall_n32.tbl | 403 462 n32 mseal sys_mseal
|
D | syscall_o32.tbl | 452 462 o32 mseal sys_mseal
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 388 462 common mseal sys_mseal
|
D | syscall_32.tbl | 470 462 i386 mseal sys_mseal
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 405 462 common mseal sys_mseal
|
D | syscall_32.tbl | 476 462 common mseal sys_mseal
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 388 462 common mseal sys_mseal
|
D | syscall_32.tbl | 470 462 i386 mseal sys_mseal
|
/linux-6.12.1/scripts/ |
D | syscall.tbl | 405 462 common mseal sys_mseal
|
/linux-6.12.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 435 462 common mseal sys_mseal
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 463 462 common mseal sys_mseal
|
/linux-6.12.1/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 470 462 common mseal sys_mseal
|
/linux-6.12.1/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 464 462 common mseal sys_mseal
|
/linux-6.12.1/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 468 462 common mseal sys_mseal
|
/linux-6.12.1/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 510 462 common mseal sys_mseal
|
/linux-6.12.1/arch/arm/tools/ |
D | syscall.tbl | 479 462 common mseal sys_mseal
|
/linux-6.12.1/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 504 572 common mseal sys_mseal
|
/linux-6.12.1/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 555 462 common mseal sys_mseal
|
12