Home
last modified time | relevance | path

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

/tools/testing/selftests/mm/
Dmseal_test.c84 static int sys_munmap(void *ptr, size_t size) in sys_munmap() function
256 ret = sys_munmap(ptr, 2 * page_size); in test_seal_unmapped_start()
284 ret = sys_munmap(ptr + page_size, 2 * page_size); in test_seal_unmapped_middle()
316 ret = sys_munmap(ptr + 2 * page_size, 2 * page_size); in test_seal_unmapped_end()
825 ret = sys_munmap(ptr + page_size, 2 * page_size); in test_seal_mprotect_two_vma_with_gap()
935 ret = sys_munmap(ptr, size); in test_seal_munmap()
969 ret = sys_munmap(ptr, page_size * 2); in test_seal_munmap_two_vma()
975 ret = sys_munmap(ptr + page_size, page_size * 2); in test_seal_munmap_two_vma()
1001 ret = sys_munmap(ptr + page_size, page_size * 2); in test_seal_munmap_vma_with_gap()
1010 ret = sys_munmap(ptr, page_size); in test_seal_munmap_vma_with_gap()
[all …]
/tools/include/nolibc/
Dsys.h713 int sys_munmap(void *addr, size_t length) in sys_munmap() function
721 return __sysret(sys_munmap(addr, length)); in munmap()
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl86 91 common munmap sys_munmap sys_munmap
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl21 11 n64 munmap sys_munmap
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl23 11 common munmap sys_munmap
Dsyscall_32.tbl106 91 i386 munmap sys_munmap
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl128 91 common munmap sys_munmap
/tools/include/uapi/asm-generic/
Dunistd.h557 __SYSCALL(__NR_munmap, sys_munmap)
/tools/perf/Documentation/
Dperf-script-python.txt56 sys_munmap 216