Searched defs:isSyscall (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh195 bool isSyscall() const { return flags[IsSyscall]; } function in class:StaticInst
H A Dbase_dyn_inst.hh540 bool isSyscall() const { return staticInst->isSyscall(); } function in class:BaseDynInst

Completed in 12 milliseconds