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

/gem5/src/sim/
H A Dsyscall_desc.hh110 bool warnOnce() const { return (_flags & WarnOnce); } function in class:SyscallDesc
H A Dsyscall_desc.cc92 bool suppress_warning = warnOnce() && _warned;
H A Dsyscall_emul.cc79 warn("ignoring syscall %s(...)%s", desc->name(), desc->warnOnce() ?

Completed in 13 milliseconds