Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/mm/
H A 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(pt in test_seal_munmap_vma_with_gap()
[all...]
/linux/tools/include/nolibc/sys/
H A Dmman.h71 int sys_munmap(void *addr, size_t length) in sys_munmap() function
79 return __sysret(sys_munmap(addr, length)); in munmap()
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl86 91 common munmap sys_munmap sys_munmap
/linux/arch/s390/kernel/syscalls/
H A Dsyscall.tbl86 91 common munmap sys_munmap sys_munmap
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst398 | munmap | 128 | Memory Mgmt. | sys_munmap() |
468 | munmap | 3 | Memory Mgmt. | sys_munmap() |
572 | munmap | 1 | Memory Mgmt. | sys_munmap() |
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl21 11 n64 munmap sys_munmap
H A Dsyscall_n32.tbl21 11 n32 munmap sys_munmap
H A Dsyscall_o32.tbl105 91 o32 munmap sys_munmap
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl21 11 n64 munmap sys_munmap
/linux/scripts/
H A Dsyscall.tbl259 215 common munmap sys_munmap
/linux/tools/scripts/
H A Dsyscall.tbl259 215 common munmap sys_munmap
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl259 215 common munmap sys_munmap
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl259 215 common munmap sys_munmap
H A Dsyscall_32.tbl105 91 common munmap sys_munmap
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl23 11 common munmap sys_munmap
H A Dsyscall_32.tbl106 91 i386 munmap sys_munmap
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl93 81 common munmap sys_munmap
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl101 91 common munmap sys_munmap
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl104 91 common munmap sys_munmap
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl101 91 common munmap sys_munmap
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl23 11 common munmap sys_munmap
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl93 81 common munmap sys_munmap
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl101 91 common munmap sys_munmap
/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl97 73 32 munmap sys_munmap
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl97 73 32 munmap sys_munmap

12