Searched refs:setTimeBuffer (Results 1 - 13 of 13) sorted by relevance

/gem5/src/cpu/o3/
H A Ddecode.hh118 void setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr);
H A Dcommit.hh159 void setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr);
H A Diew.hh154 void setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr);
H A Dinst_queue.hh147 void setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr);
H A Drename.hh145 void setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr);
H A Dfetch.hh235 void setTimeBuffer(TimeBuffer<TimeStruct> *time_buffer);
H A Dcpu.cc176 fetch.setTimeBuffer(&timeBuffer);
177 decode.setTimeBuffer(&timeBuffer);
178 rename.setTimeBuffer(&timeBuffer);
179 iew.setTimeBuffer(&timeBuffer);
180 commit.setTimeBuffer(&timeBuffer);
H A Ddecode_impl.hh172 DefaultDecode<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr) function in class:DefaultDecode
H A Diew_impl.hh341 DefaultIEW<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr) function in class:DefaultIEW
354 instQueue.setTimeBuffer(tb_ptr);
H A Drename_impl.hh216 DefaultRename<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr) function in class:DefaultRename
H A Dinst_queue_impl.hh451 InstructionQueue<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr) function in class:InstructionQueue
H A Dcommit_impl.hh283 DefaultCommit<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *tb_ptr) function in class:DefaultCommit
H A Dfetch_impl.hh294 DefaultFetch<Impl>::setTimeBuffer(TimeBuffer<TimeStruct> *time_buffer) function in class:DefaultFetch

Completed in 52 milliseconds