/openbmc/linux/tools/testing/selftests/net/ |
H A D | io_uring_zerocopy_tx.c | 117 # ifndef __NR_io_uring_enter 118 # define __NR_io_uring_enter 536 macro 127 # ifndef __NR_io_uring_enter 128 # define __NR_io_uring_enter 426 macro 153 return syscall(__NR_io_uring_enter, fd, to_submit, min_complete, in io_uring_enter()
|
/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 276 #define __NR_io_uring_enter 426 macro
|
H A D | unistd_64.h | 286 #define __NR_io_uring_enter 426 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 285 #define __NR_io_uring_enter 426 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 282 #define __NR_io_uring_enter 426 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 349 #define __NR_io_uring_enter 426 macro
|
H A D | unistd_32.h | 401 #define __NR_io_uring_enter 426 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 342 #define __NR_io_uring_enter 426 macro
|
H A D | unistd_32.h | 419 #define __NR_io_uring_enter 426 macro
|
H A D | unistd_x32.h | 295 #define __NR_io_uring_enter (__X32_SYSCALL_BIT + 426) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 383 #define __NR_io_uring_enter 426 macro
|
H A D | unistd_32.h | 411 #define __NR_io_uring_enter 426 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 761 #define __NR_io_uring_enter 426 macro 762 __SYSCALL(__NR_io_uring_enter, sys_io_uring_enter)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 761 #define __NR_io_uring_enter 426 macro 762 __SYSCALL(__NR_io_uring_enter, sys_io_uring_enter)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 761 #define __NR_io_uring_enter 426 macro 762 __SYSCALL(__NR_io_uring_enter, sys_io_uring_enter)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 862 #define __NR_io_uring_enter 426 macro 863 __SYSCALL(__NR_io_uring_enter, sys_io_uring_enter)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 334 #define __NR_io_uring_enter (__NR_Linux + 426) macro
|
H A D | unistd_n32.h | 358 #define __NR_io_uring_enter (__NR_Linux + 426) macro
|
H A D | unistd_o32.h | 404 #define __NR_io_uring_enter (__NR_Linux + 426) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 383 #define __NR_io_uring_enter (__NR_SYSCALL_BASE + 426) macro
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | lam.c | 380 return (int)syscall(__NR_io_uring_enter, fd, to, min, flags, NULL, 0); in sys_uring_enter()
|