Searched refs:sys_munmap (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/mm/ |
| 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 …]
|
| /tools/include/nolibc/ |
| D | sys.h | 713 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/ |
| D | syscall.tbl | 86 91 common munmap sys_munmap sys_munmap
|
| /tools/perf/arch/mips/entry/syscalls/ |
| D | syscall_n64.tbl | 21 11 n64 munmap sys_munmap
|
| /tools/perf/arch/x86/entry/syscalls/ |
| D | syscall_64.tbl | 23 11 common munmap sys_munmap
|
| D | syscall_32.tbl | 106 91 i386 munmap sys_munmap
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| D | syscall.tbl | 128 91 common munmap sys_munmap
|
| /tools/include/uapi/asm-generic/ |
| D | unistd.h | 557 __SYSCALL(__NR_munmap, sys_munmap)
|
| /tools/perf/Documentation/ |
| D | perf-script-python.txt | 56 sys_munmap 216
|