Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsyscall_nr.h86 #define TARGET_NR_tee 77 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dsyscall_nr.h85 #define TARGET_NR_tee 77 macro
/openbmc/qemu/linux-user/riscv/
H A Dsyscall32_nr.h82 #define TARGET_NR_tee 77 macro
H A Dsyscall64_nr.h85 #define TARGET_NR_tee 77 macro
/openbmc/qemu/linux-user/hexagon/
H A Dsyscall_nr.h86 #define TARGET_NR_tee 77 macro
/openbmc/qemu/linux-user/nios2/
H A Dsyscall_nr.h87 #define TARGET_NR_tee 77 macro
/openbmc/qemu/linux-user/openrisc/
H A Dsyscall_nr.h87 #define TARGET_NR_tee 77 macro
/openbmc/qemu/linux-user/cris/
H A Dsyscall_nr.h321 #define TARGET_NR_tee 315 macro
/openbmc/qemu/linux-user/
H A Dstrace.list1526 #ifdef TARGET_NR_tee
1527 { TARGET_NR_tee, "tee" , NULL, NULL, NULL },
H A Dsyscall.c12944 #ifdef TARGET_NR_tee in _syscall2()
12945 case TARGET_NR_tee: in _syscall2()