Searched refs:sys_munmap (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | mseal_test.c | 84 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 …]
|
| /linux/tools/include/nolibc/sys/ |
| H A D | mman.h | 66 int sys_munmap(void *addr, size_t length) in sys_munmap() function 74 return __sysret(sys_munmap(addr, length)); in munmap()
|
| /linux/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 398 | munmap | 128 | Memory Mgmt. | sys_munmap() | 468 | munmap | 3 | Memory Mgmt. | sys_munmap() | 572 | munmap | 1 | Memory Mgmt. | sys_munmap() |
|
| /linux/tools/perf/arch/mips/entry/syscalls/ |
| H A D | syscall_n64.tbl | 21 11 n64 munmap sys_munmap
|
| /linux/scripts/ |
| H A D | syscall.tbl | 259 215 common munmap sys_munmap
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 259 215 common munmap sys_munmap
|
| /linux/tools/perf/arch/s390/entry/syscalls/ |
| H A D | syscall.tbl | 71 91 common munmap sys_munmap
|
| /linux/tools/perf/arch/sh/entry/syscalls/ |
| H A D | syscall.tbl | 101 91 common munmap sys_munmap
|
| /linux/tools/perf/arch/xtensa/entry/syscalls/ |
| H A D | syscall.tbl | 93 81 common munmap sys_munmap
|
| /linux/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 23 11 common munmap sys_munmap
|
| H A D | syscall_32.tbl | 106 91 i386 munmap sys_munmap
|
| /linux/tools/perf/arch/sparc/entry/syscalls/ |
| H A D | syscall.tbl | 97 73 32 munmap sys_munmap
|
| /linux/tools/perf/arch/arm/entry/syscalls/ |
| H A D | syscall.tbl | 107 91 common munmap sys_munmap
|
| /linux/include/uapi/asm-generic/ |
| H A D | unistd.h | 557 __SYSCALL(__NR_munmap, sys_munmap)
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 557 __SYSCALL(__NR_munmap, sys_munmap)
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 128 91 common munmap sys_munmap
|
| /linux/include/linux/ |
| H A D | syscalls.h | 793 asmlinkage long sys_munmap(unsigned long addr, size_t len);
|