Home
last modified time | relevance | path

Searched refs:__NR_copy_file_range (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h245 #define __NR_copy_file_range 285 macro
H A Dunistd_64.h274 #define __NR_copy_file_range 285 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h273 #define __NR_copy_file_range 285 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h270 #define __NR_copy_file_range 285 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h324 #define __NR_copy_file_range 375 macro
H A Dunistd_32.h357 #define __NR_copy_file_range 375 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h330 #define __NR_copy_file_range 326 macro
H A Dunistd_32.h377 #define __NR_copy_file_range 377 macro
H A Dunistd_x32.h285 #define __NR_copy_file_range (__X32_SYSCALL_BIT + 326) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h360 #define __NR_copy_file_range 379 macro
H A Dunistd_32.h369 #define __NR_copy_file_range 379 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h687 #define __NR_copy_file_range 285 macro
688 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h687 #define __NR_copy_file_range 285 macro
688 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h687 #define __NR_copy_file_range 285 macro
688 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h795 #define __NR_copy_file_range 391 macro
796 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h323 #define __NR_copy_file_range (__NR_Linux + 320) macro
H A Dunistd_n32.h327 #define __NR_copy_file_range (__NR_Linux + 324) macro
H A Dunistd_o32.h363 #define __NR_copy_file_range (__NR_Linux + 360) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h350 #define __NR_copy_file_range (__NR_SYSCALL_BASE + 391) macro
/openbmc/qemu/block/
H A Dfile-posix.c2009 #ifdef __NR_copy_file_range in copy_file_range()
2010 return syscall(__NR_copy_file_range, in_fd, in_off, out_fd, in copy_file_range()
/openbmc/qemu/linux-user/
H A Dsyscall.c781 #if defined(TARGET_NR_copy_file_range) && defined(__NR_copy_file_range) in safe_syscall3()
13787 #if defined(TARGET_NR_copy_file_range) && defined(__NR_copy_file_range) in _syscall2()