Home
last modified time | relevance | path

Searched refs:TARGET_NR_fchmodat (Results 1 – 10 of 10) sorted by relevance

/qemu/linux-user/aarch64/
H A Dsyscall_nr.h62 #define TARGET_NR_fchmodat 53 macro
/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h61 #define TARGET_NR_fchmodat 53 macro
/qemu/linux-user/riscv/
H A Dsyscall32_nr.h60 #define TARGET_NR_fchmodat 53 macro
H A Dsyscall64_nr.h61 #define TARGET_NR_fchmodat 53 macro
/qemu/linux-user/openrisc/
H A Dsyscall_nr.h63 #define TARGET_NR_fchmodat 53 macro
/qemu/linux-user/hexagon/
H A Dsyscall_nr.h62 #define TARGET_NR_fchmodat 53 macro
/qemu/linux-user/cris/
H A Dsyscall_nr.h312 #define TARGET_NR_fchmodat 306 macro
/qemu/linux-user/
H A Dstrace.list211 #ifdef TARGET_NR_fchmodat
212 { TARGET_NR_fchmodat, "fchmodat" , NULL, print_fchmodat, NULL },
H A Dstrace.c2126 #ifdef TARGET_NR_fchmodat
H A Dsyscall.c10568 #if defined(TARGET_NR_fchmodat) in _syscall2()
10569 case TARGET_NR_fchmodat: in _syscall2()