gem5
v20.0.0.3
|
#include <TBETable.hh>
Public Member Functions | |
TBETable (int number_of_TBEs) | |
bool | isPresent (Addr address) const |
void | allocate (Addr address) |
void | deallocate (Addr address) |
bool | areNSlotsAvailable (int n, Tick current_time) const |
ENTRY * | getNullEntry () |
ENTRY * | lookup (Addr address) |
void | print (std::ostream &out) const |
Private Member Functions | |
TBETable (const TBETable &obj) | |
TBETable & | operator= (const TBETable &obj) |
Private Attributes | |
std::unordered_map< Addr, ENTRY > | m_map |
int | m_number_of_TBEs |
Definition at line 50 of file TBETable.hh.
Definition at line 53 of file TBETable.hh.
References TBETable< ENTRY >::allocate(), TBETable< ENTRY >::deallocate(), and TBETable< ENTRY >::isPresent().
Referenced by TBETable< ENTRY >::areNSlotsAvailable().
Definition at line 105 of file TBETable.hh.
References TBETable< ENTRY >::isPresent(), TBETable< ENTRY >::m_map, and TBETable< ENTRY >::m_number_of_TBEs.
Referenced by TBETable< ENTRY >::TBETable().
|
inline |
Definition at line 62 of file TBETable.hh.
References TBETable< ENTRY >::getNullEntry(), TBETable< ENTRY >::lookup(), TBETable< ENTRY >::m_map, TBETable< ENTRY >::m_number_of_TBEs, TBETable< ENTRY >::operator=(), TBETable< ENTRY >::print(), and TBETable< ENTRY >::TBETable().
Definition at line 114 of file TBETable.hh.
References TBETable< ENTRY >::isPresent(), and TBETable< ENTRY >::m_map.
Referenced by TBETable< ENTRY >::TBETable().
|
inline |
Definition at line 123 of file TBETable.hh.
Referenced by TBETable< ENTRY >::areNSlotsAvailable().
Definition at line 96 of file TBETable.hh.
References TBETable< ENTRY >::m_map, TBETable< ENTRY >::m_number_of_TBEs, and makeLineAddress().
Referenced by TBETable< ENTRY >::allocate(), TBETable< ENTRY >::deallocate(), and TBETable< ENTRY >::TBETable().
Definition at line 131 of file TBETable.hh.
References TBETable< ENTRY >::m_map.
Referenced by TBETable< ENTRY >::areNSlotsAvailable().
|
private |
Referenced by TBETable< ENTRY >::areNSlotsAvailable().
|
inline |
Definition at line 140 of file TBETable.hh.
Referenced by TBETable< ENTRY >::areNSlotsAvailable().
Definition at line 79 of file TBETable.hh.
Referenced by TBETable< ENTRY >::allocate(), TBETable< ENTRY >::areNSlotsAvailable(), TBETable< ENTRY >::deallocate(), TBETable< ENTRY >::isPresent(), and TBETable< ENTRY >::lookup().
|
private |
Definition at line 82 of file TBETable.hh.
Referenced by TBETable< ENTRY >::allocate(), TBETable< ENTRY >::areNSlotsAvailable(), and TBETable< ENTRY >::isPresent().