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

/gem5/src/arch/x86/
H A Dnativetrace.cc146 if (record->getStaticInst()->isSyscall())
/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
/gem5/src/cpu/minor/
H A Dfetch2.cc197 inst->staticInst->isSyscall())

Completed in 9 milliseconds