Searched refs:openatFunc (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/riscv/linux/
H A Dprocess.cc182 {56, SyscallDesc("openat", openatFunc<RiscvLinux64>)},
513 {56, SyscallDesc("openat", openatFunc<RiscvLinux32>)},
/gem5/src/arch/x86/linux/
H A Dprocess.cc522 /* 257 */ SyscallDesc("openat", openatFunc<X86Linux64>),
893 /* 295 */ SyscallDesc("openat", openatFunc<X86Linux32>),
/gem5/src/arch/arm/linux/
H A Dprocess.cc498 /* 322 */ SyscallDesc("openat", openatFunc<ArmLinux32>),
601 /* 56 */ SyscallDesc("openat", openatFunc<ArmLinux64>),
/gem5/src/sim/
H A Dsyscall_emul.hh926 openatFunc(SyscallDesc *desc, int callnum, ThreadContext *tc) function

Completed in 25 milliseconds