Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h219 #define TARGET_NR_shutdown 210 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h214 #define TARGET_NR_shutdown 210 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h196 #define TARGET_NR_shutdown 210 macro
H A Dsyscall64_nr.h218 #define TARGET_NR_shutdown 210 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h219 #define TARGET_NR_shutdown 210 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h220 #define TARGET_NR_shutdown 210 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h220 #define TARGET_NR_shutdown 210 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1412 #ifdef TARGET_NR_shutdown
1413 { TARGET_NR_shutdown, "shutdown" , NULL, NULL, NULL },
H A Dsyscall.c10616 #ifdef TARGET_NR_shutdown in _syscall2()
10617 case TARGET_NR_shutdown: in _syscall2()