Searched refs:sys_mmap (Results 1 – 13 of 13) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | arch-s390.h | 164 void *sys_mmap(void *addr, size_t length, int prot, int flags, int fd, in sys_mmap() function 178 #define sys_mmap sys_mmap macro
|
H A D | sys.h | 677 #ifndef sys_mmap 679 void *sys_mmap(void *addr, size_t length, int prot, int flags, int fd, in sys_mmap() function 703 void *ret = sys_mmap(addr, length, prot, flags, fd, offset); in mmap()
|
/linux/arch/sparc/kernel/ |
H A D | systbls.h | 17 asmlinkage long sys_mmap(unsigned long addr, unsigned long len,
|
/linux/arch/powerpc/include/asm/ |
H A D | syscalls.h | 55 long sys_mmap(unsigned long addr, size_t len,
|
/linux/arch/parisc/kernel/ |
H A D | sys_parisc.c | 195 asmlinkage unsigned long sys_mmap(unsigned long addr, unsigned long len, in sys_mmap() function
|
/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 392 | mmap | 243 | Memory Mgmt. | sys_mmap() | 466 | mmap | 61 | Memory Mgmt. | sys_mmap() | 568 | mmap | 7 | Memory Mgmt. | sys_mmap() |
|
/linux/scripts/ |
H A D | syscall.tbl | 267 222 64 mmap sys_mmap
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 21 9 common mmap sys_mmap
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 21 9 common mmap sys_mmap
|
/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 571 __SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap)
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 127 90 common mmap sys_mmap
|
/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 571 __SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap)
|
/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 55 sys_mmap 217
|