/openbmc/linux/samples/bpf/ |
H A D | syscall_nrs.c | 15 #ifdef __NR_mmap in syscall_defines() 16 SYSNR(__NR_mmap); in syscall_defines()
|
H A D | tracex5.bpf.c | 82 #ifdef __NR_mmap
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-oabi.h | 12 #define __NR_mmap (__NR_SYSCALL_BASE + 90) macro
|
/openbmc/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_64.h | 13 #define STUB_MMAP_NR __NR_mmap
|
/openbmc/linux/tools/include/nolibc/ |
H A D | arch-s390.h | 176 return (void *)my_syscall1(__NR_mmap, &args); in sys_mmap()
|
H A D | sys.h | 676 n = __NR_mmap; in sys_mmap()
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 226 #define __NR_mmap 222 macro
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_64.h | 225 #define __NR_mmap 222 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 223 #define __NR_mmap 222 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 65 #define __NR_mmap 90 macro
|
H A D | unistd_32.h | 79 #define __NR_mmap 90 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 13 #define __NR_mmap 9 macro
|
H A D | unistd_32.h | 94 #define __NR_mmap 90 macro
|
H A D | unistd_x32.h | 13 #define __NR_mmap (__X32_SYSCALL_BIT + 9) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 94 #define __NR_mmap 90 macro
|
H A D | unistd_32.h | 94 #define __NR_mmap 90 macro
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 13 #define __NR_mmap (__NR_Linux + 9) macro
|
H A D | unistd_n32.h | 13 #define __NR_mmap (__NR_Linux + 9) macro
|
H A D | unistd_o32.h | 94 #define __NR_mmap (__NR_Linux + 90) macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 869 #define __NR_mmap __NR3264_mmap macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 851 #define __NR_mmap __NR3264_mmap macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 851 #define __NR_mmap __NR3264_mmap macro
|
/openbmc/linux/Documentation/networking/ |
H A D | filter.rst | 354 jeq #9, good /* __NR_mmap */
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 730 int sysno = __NR_mmap; in TEST_SIGNAL()
|