Searched refs:sys_mseal (Results 1 – 20 of 20) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | mseal_test.c | 56 static int sys_mseal(void *start, size_t len) in sys_mseal() function 197 ret = sys_mseal(ptr, size); in seal_single_address() 211 ret = sys_mseal(ptr, page_size); in seal_support() 239 ret = sys_mseal(ptr, size); in test_seal_addseal() 264 ret = sys_mseal(ptr, size); in test_seal_unmapped_start() 267 ret = sys_mseal(ptr + 2 * page_size, 2 * page_size); in test_seal_unmapped_start() 292 ret = sys_mseal(ptr, size); in test_seal_unmapped_middle() 296 ret = sys_mseal(ptr, page_size); in test_seal_unmapped_middle() 299 ret = sys_mseal(ptr + 3 * page_size, page_size); in test_seal_unmapped_middle() 324 ret = sys_mseal(ptr, size); in test_seal_unmapped_end() [all …]
|
| /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/perf/arch/arm64/entry/syscalls/ |
| H A D | syscall_64.tbl | 405 462 common mseal sys_mseal
|
| H A D | syscall_32.tbl | 476 462 common mseal sys_mseal
|
| /linux/arch/arm64/tools/ |
| H A D | syscall_64.tbl | 405 462 common mseal sys_mseal
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 391 462 common mseal sys_mseal
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 405 462 common mseal sys_mseal
|
| /linux/tools/perf/arch/parisc/entry/syscalls/ |
| H A D | syscall.tbl | 463 462 common 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
|
| H A D | syscall_32.tbl | 470 462 i386 mseal sys_mseal
|
| /linux/tools/perf/arch/alpha/entry/syscalls/ |
| H A D | syscall.tbl | 504 572 common mseal sys_mseal
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 479 462 common mseal sys_mseal
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 510 462 common mseal sys_mseal
|
| /linux/include/uapi/asm-generic/ |
| H A D | unistd.h | 842 __SYSCALL(__NR_mseal, sys_mseal)
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 842 __SYSCALL(__NR_mseal, sys_mseal)
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 555 462 common mseal sys_mseal
|
| /linux/include/linux/ |
| H A D | syscalls.h | 847 asmlinkage long sys_mseal(unsigned long start, size_t len, unsigned long flags);
|