Home
last modified time | relevance | path

Searched refs:sys_mseal (Results 1 – 20 of 20) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dmseal_test.c56 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 Dsyscall_n64.tbl379 462 n64 mseal sys_mseal
/linux/scripts/
H A Dsyscall.tbl405 462 common mseal sys_mseal
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl405 462 common mseal sys_mseal
H A Dsyscall_32.tbl476 462 common mseal sys_mseal
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl405 462 common mseal sys_mseal
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl391 462 common mseal sys_mseal
/linux/tools/scripts/
H A Dsyscall.tbl405 462 common mseal sys_mseal
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl463 462 common 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
H A Dsyscall_32.tbl470 462 i386 mseal sys_mseal
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl504 572 common mseal sys_mseal
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl479 462 common mseal sys_mseal
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl510 462 common mseal sys_mseal
/linux/include/uapi/asm-generic/
H A Dunistd.h842 __SYSCALL(__NR_mseal, sys_mseal)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h842 __SYSCALL(__NR_mseal, sys_mseal)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl555 462 common mseal sys_mseal
/linux/include/linux/
H A Dsyscalls.h847 asmlinkage long sys_mseal(unsigned long start, size_t len, unsigned long flags);