gem5
|
Alpha-specific memory request flags. More...
#include <types.hh>
Public Types | |
typedef uint8_t | ArchFlagsType |
Static Public Attributes | |
static const ArchFlagsType | VPTE = 0x01 |
The request is an ALPHA VPTE pal access (hw_ld). More... | |
static const ArchFlagsType | ALTMODE = 0x02 |
Use the alternate mode bits in ALPHA. More... | |
Alpha-specific memory request flags.
These flags map to the architecture-specific lower 8 bits of the flags field in Request.
typedef uint8_t AlphaISA::AlphaRequestFlags::ArchFlagsType |
|
static |
Use the alternate mode bits in ALPHA.
Definition at line 65 of file types.hh.
Referenced by AlphaISA::TLB::translateData().
|
static |
The request is an ALPHA VPTE pal access (hw_ld).
Definition at line 63 of file types.hh.
Referenced by AlphaISA::DtbFault::invoke(), and AlphaISA::TLB::translateData().