Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h50 #define TARGET_NR_pivot_root 41 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h49 #define TARGET_NR_pivot_root 41 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h48 #define TARGET_NR_pivot_root 41 macro
H A Dsyscall64_nr.h49 #define TARGET_NR_pivot_root 41 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h50 #define TARGET_NR_pivot_root 41 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h51 #define TARGET_NR_pivot_root 41 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h51 #define TARGET_NR_pivot_root 41 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h225 #define TARGET_NR_pivot_root 217 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1058 #ifdef TARGET_NR_pivot_root
1059 { TARGET_NR_pivot_root, "pivot_root" , NULL, NULL, NULL },
H A Dsyscall.c8945 #if defined(TARGET_NR_pivot_root) && defined(__NR_pivot_root)
13600 #if defined(TARGET_NR_pivot_root) in _syscall2()
13601 case TARGET_NR_pivot_root: in _syscall2()