gem5  v21.1.0.2
Public Member Functions | Public Attributes | List of all members
gem5::branch_prediction::DefaultBTB::BTBEntry Struct Reference

Public Member Functions

 BTBEntry ()
 

Public Attributes

Addr tag
 The entry's tag. More...
 
TheISA::PCState target
 The entry's target. More...
 
ThreadID tid
 The entry's thread id. More...
 
bool valid
 Whether or not the entry is valid. More...
 

Detailed Description

Definition at line 46 of file btb.hh.

Constructor & Destructor Documentation

◆ BTBEntry()

gem5::branch_prediction::DefaultBTB::BTBEntry::BTBEntry ( )
inline

Definition at line 48 of file btb.hh.

Member Data Documentation

◆ tag

Addr gem5::branch_prediction::DefaultBTB::BTBEntry::tag

The entry's tag.

Definition at line 53 of file btb.hh.

◆ target

TheISA::PCState gem5::branch_prediction::DefaultBTB::BTBEntry::target

The entry's target.

Definition at line 56 of file btb.hh.

◆ tid

ThreadID gem5::branch_prediction::DefaultBTB::BTBEntry::tid

The entry's thread id.

Definition at line 59 of file btb.hh.

◆ valid

bool gem5::branch_prediction::DefaultBTB::BTBEntry::valid

Whether or not the entry is valid.

Definition at line 62 of file btb.hh.


The documentation for this struct was generated from the following file:

Generated on Tue Sep 21 2021 12:28:46 for gem5 by doxygen 1.8.17