Searched defs:isDataPrefetch (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/ | ||
H A D | static_inst.hh | 164 bool isDataPrefetch() const { return flags[IsDataPrefetch]; } function in class:StaticInst |
H A D | base_dyn_inst.hh | 515 bool isDataPrefetch() const { return staticInst->isDataPrefetch(); } function in class:BaseDynInst |
Completed in 6 milliseconds