ChampSim
|
Public Member Functions | |
BLOCK ()=default | |
BLOCK (mshr_type mshr) | |
Public Attributes | |
bool | valid = false |
bool | prefetch = false |
bool | dirty = false |
uint64_t | address = 0 |
uint64_t | v_address = 0 |
uint64_t | data = 0 |
uint32_t | pf_metadata = 0 |
|
default |
|
explicit |
uint64_t CACHE::BLOCK::address = 0 |
uint64_t CACHE::BLOCK::data = 0 |
bool CACHE::BLOCK::dirty = false |
uint32_t CACHE::BLOCK::pf_metadata = 0 |
bool CACHE::BLOCK::prefetch = false |
uint64_t CACHE::BLOCK::v_address = 0 |
bool CACHE::BLOCK::valid = false |