Go to the documentation of this file.
29 #ifndef __CPU_PRED_RAS_HH__
30 #define __CPU_PRED_RAS_HH__
40 namespace branch_prediction
113 #endif // __CPU_PRED_RAS_HH__
std::vector< std::unique_ptr< PCStateBase > > addrStack
The RAS itself.
void init(unsigned numEntries)
Initializes RAS with a specified number of entries.
Return address stack class, implements a simple RAS.
void pop()
Pops the top address from the RAS.
const PCStateBase * top()
Returns the top address on the RAS.
unsigned numEntries
The number of entries in the RAS.
void restore(unsigned top_entry_idx, const PCStateBase *restored)
Changes index to the top of the RAS, and replaces the top address with a new target.
ReturnAddrStack()
Creates a return address stack, but init() must be called prior to use.
unsigned topIdx()
Returns the index of the top of the RAS.
unsigned tos
The top of stack index.
unsigned usedEntries
The number of used entries in the RAS.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void incrTos()
Increments the top of stack index.
void decrTos()
Decrements the top of stack index.
void push(const PCStateBase &return_addr)
Pushes an address onto the RAS.
Generated on Wed Jul 13 2022 10:39:17 for gem5 by doxygen 1.8.17