Searched refs:getppidFunc (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/riscv/linux/
H A Dprocess.cc298 {173, SyscallDesc("getppid", getppidFunc)},
629 {173, SyscallDesc("getppid", getppidFunc)},
/gem5/src/arch/sparc/linux/
H A Dsyscalls.cc289 /* 197 */ SyscallDesc("getppid", getppidFunc),
595 /* 197 */ SyscallDesc("getppid", getppidFunc),
/gem5/src/arch/arm/linux/
H A Dprocess.cc232 /* 64 */ SyscallDesc("getppid", getppidFunc),
722 /* 173 */ SyscallDesc("getppid", getppidFunc),
/gem5/src/arch/x86/linux/
H A Dprocess.cc375 /* 110 */ SyscallDesc("getppid", getppidFunc),
/gem5/src/sim/
H A Dsyscall_emul.cc1089 getppidFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) function
H A Dsyscall_emul.hh307 SyscallReturn getppidFunc(SyscallDesc *desc, int num, ThreadContext *tc);

Completed in 35 milliseconds