Searched refs:openImpl (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Dsemihosting.hh231 int64_t open() override { return openImpl(false); }
240 int64_t openImpl(bool unserialize);
H A Dsemihosting.cc843 ArmSemihosting::File::openImpl(bool in_cpt) function in class:ArmSemihosting::File
974 if (openImpl(true) < 0) {
/gem5/src/sim/
H A Dsyscall_emul.hh759 openImpl(SyscallDesc *desc, int callnum, ThreadContext *tc, bool isopenat) function
865 * the host open the file on our behalf. Again, the openImpl tries to
920 return openImpl<OS>(desc, callnum, tc, false);
928 return openImpl<OS>(desc, callnum, tc, true);

Completed in 20 milliseconds