gem5 v24.1.0.1
|
#include <btb_entry.hh>
Public Attributes | |
Addr | address |
ThreadID | tid |
Definition at line 62 of file btb_entry.hh.
Addr gem5::BTBTagType::KeyType::address |
Definition at line 64 of file btb_entry.hh.
Referenced by gem5::BTBSetAssociative::extractSet(), gem5::branch_prediction::BTBEntry::insert(), and gem5::branch_prediction::BTBEntry::match().
ThreadID gem5::BTBTagType::KeyType::tid |
Definition at line 65 of file btb_entry.hh.
Referenced by gem5::BTBSetAssociative::extractSet(), gem5::branch_prediction::BTBEntry::insert(), and gem5::branch_prediction::BTBEntry::match().