/linux-6.3-rc2/include/asm-generic/ |
A D | syscalls.h | 19 #ifndef sys_mmap 20 asmlinkage long sys_mmap(unsigned long addr, unsigned long len,
|
/linux-6.3-rc2/tools/include/nolibc/ |
A D | arch-s390.h | 211 void *sys_mmap(void *addr, size_t length, int prot, int flags, int fd, in sys_mmap() function 225 #define sys_mmap sys_mmap macro
|
A D | sys.h | 711 #ifndef sys_mmap 713 void *sys_mmap(void *addr, size_t length, int prot, int flags, int fd, in sys_mmap() function 738 void *ret = sys_mmap(addr, length, prot, flags, fd, offset); in mmap()
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | unistd.h | 26 asmlinkage unsigned long sys_mmap(
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | systbls.h | 17 asmlinkage long sys_mmap(unsigned long addr, unsigned long len,
|
A D | sys32.S | 18 sethi %hi(sys_mmap), %g1 19 jmpl %g1 + %lo(sys_mmap), %g0
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | sys_ia64.c | 149 sys_mmap (unsigned long addr, unsigned long len, int prot, int flags, int fd, long off) in sys_mmap() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | syscalls.h | 55 long sys_mmap(unsigned long addr, size_t len,
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | sys_parisc.c | 285 asmlinkage unsigned long sys_mmap(unsigned long addr, unsigned long len, in sys_mmap() function
|
/linux-6.3-rc2/Documentation/admin-guide/ |
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-6.3-rc2/arch/ia64/kernel/syscalls/ |
A D | syscall.tbl | 139 127 common mmap sys_mmap
|
/linux-6.3-rc2/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 20 9 common mmap sys_mmap
|
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/ |
A D | syscall_64.tbl | 20 9 common mmap sys_mmap
|
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/ |
A D | syscall.tbl | 100 90 common mmap sys_mmap
|
/linux-6.3-rc2/arch/parisc/kernel/syscalls/ |
A D | syscall.tbl | 103 90 common mmap sys_mmap
|
/linux-6.3-rc2/arch/sparc/kernel/syscalls/ |
A D | syscall.tbl | 95 71 common mmap sys_mmap
|
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/ |
A D | syscall.tbl | 127 90 common mmap sys_mmap
|
/linux-6.3-rc2/include/uapi/asm-generic/ |
A D | unistd.h | 646 __SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap)
|
/linux-6.3-rc2/tools/include/uapi/asm-generic/ |
A D | unistd.h | 646 __SC_3264(__NR3264_mmap, sys_mmap2, sys_mmap)
|
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/ |
A D | syscall.tbl | 127 90 common mmap sys_mmap
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-script-python.txt | 55 sys_mmap 217
|