Home
last modified time | relevance | path

Searched refs:TARGET_NR_close_range (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h301 #define TARGET_NR_close_range 436 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h296 #define TARGET_NR_close_range 436 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h296 #define TARGET_NR_close_range 436 macro
H A Dsyscall64_nr.h302 #define TARGET_NR_close_range 436 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h320 #define TARGET_NR_close_range 436 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h321 #define TARGET_NR_close_range 436 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h322 #define TARGET_NR_close_range 436 macro
/openbmc/qemu/linux-user/
H A Dstrace.list109 #ifdef TARGET_NR_close_range
110 { TARGET_NR_close_range, "close_range" , "%s(%u,%u,%u)", NULL, NULL },
H A Dsyscall.c330 #if defined(__NR_close_range) && defined(TARGET_NR_close_range)
9124 #if defined(__NR_close_range) && defined(TARGET_NR_close_range) in _syscall2()
9125 case TARGET_NR_close_range: in _syscall2()