Searched refs:sys_munmap (Results 1 – 17 of 17) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | mseal_test.c | 935 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 D | mman.h | 71 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 D | syscall.tbl | 86 91 common munmap sys_munmap sys_munmap
|
| /tools/perf/arch/mips/entry/syscalls/ |
| A D | syscall_n64.tbl | 21 11 n64 munmap sys_munmap
|
| /tools/scripts/ |
| A D | syscall.tbl | 259 215 common munmap sys_munmap
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 104 91 common munmap sys_munmap
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 101 91 common munmap sys_munmap
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 23 11 common munmap sys_munmap
|
| A D | syscall_32.tbl | 106 91 i386 munmap sys_munmap
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 93 81 common munmap sys_munmap
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 82 73 common munmap sys_munmap
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 107 91 common munmap sys_munmap
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 105 91 common munmap sys_munmap
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 97 73 32 munmap sys_munmap
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 128 91 common munmap sys_munmap
|
| /tools/include/uapi/asm-generic/ |
| A D | unistd.h | 557 __SYSCALL(__NR_munmap, sys_munmap)
|
| /tools/perf/Documentation/ |
| A D | perf-script-python.txt | 56 sys_munmap 216
|
Completed in 19 milliseconds