Home
last modified time | relevance | path

Searched refs:sys_munmap (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/mm/
A Dmseal_test.c935 ret = sys_munmap(ptr, size); in test_seal_munmap()
1016 ret = sys_munmap(ptr, size); in test_seal_munmap_vma_with_gap()
1038 ret = sys_munmap(ptr, size); in test_seal_munmap_partial_across_vmas()
1074 ret = sys_munmap(ptr, size); in test_munmap_start_freed()
1113 ret = sys_munmap(ptr, size); in test_munmap_end_freed()
1144 ret = sys_munmap(ptr, size); in test_munmap_middle_freed()
1652 ret = sys_munmap(ptr, size); in test_seal_discard_ro_anon_on_rw()
1699 ret = sys_munmap(ptr, size); in test_seal_discard_ro_anon_on_pkey()
1735 ret = sys_munmap(ptr, size); in test_seal_discard_ro_anon_on_filebacked()
1765 ret = sys_munmap(ptr, size); in test_seal_discard_ro_anon_on_shared()
[all …]
/tools/include/nolibc/sys/
A Dmman.h71 int sys_munmap(void *addr, size_t length) in sys_munmap() function
79 return __sysret(sys_munmap(addr, length)); in munmap()
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl86 91 common munmap sys_munmap sys_munmap
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl21 11 n64 munmap sys_munmap
/tools/scripts/
A Dsyscall.tbl259 215 common munmap sys_munmap
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl104 91 common munmap sys_munmap
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl101 91 common munmap sys_munmap
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl23 11 common munmap sys_munmap
A Dsyscall_32.tbl106 91 i386 munmap sys_munmap
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl93 81 common munmap sys_munmap
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl82 73 common munmap sys_munmap
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl107 91 common munmap sys_munmap
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl105 91 common munmap sys_munmap
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl97 73 32 munmap sys_munmap
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl128 91 common munmap sys_munmap
/tools/include/uapi/asm-generic/
A Dunistd.h557 __SYSCALL(__NR_munmap, sys_munmap)
/tools/perf/Documentation/
A Dperf-script-python.txt56 sys_munmap 216

Completed in 19 milliseconds