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