Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h99 #define TARGET_NR_capget 90 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h96 #define TARGET_NR_capget 90 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h92 #define TARGET_NR_capget 90 macro
H A Dsyscall64_nr.h98 #define TARGET_NR_capget 90 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h99 #define TARGET_NR_capget 90 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h100 #define TARGET_NR_capget 90 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h100 #define TARGET_NR_capget 90 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h192 #define TARGET_NR_capget 184 macro
/openbmc/qemu/linux-user/
H A Dstrace.list61 #ifdef TARGET_NR_capget
62 { TARGET_NR_capget, "capget" , "%s(%p,%p)", NULL, NULL },
H A Dsyscall.c11427 case TARGET_NR_capget: in _syscall2()
11452 if (num == TARGET_NR_capget) { in _syscall2()
11473 if (num == TARGET_NR_capget) { in _syscall2()
11484 if (num == TARGET_NR_capget) { in _syscall2()