gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Attributes | List of all members
AlphaISA::AlphaRequestFlags Struct Reference

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...
 

Detailed Description

Alpha-specific memory request flags.

These flags map to the architecture-specific lower 8 bits of the flags field in Request.

Definition at line 58 of file types.hh.

Member Typedef Documentation

Definition at line 60 of file types.hh.

Member Data Documentation

const ArchFlagsType AlphaISA::AlphaRequestFlags::ALTMODE = 0x02
static

Use the alternate mode bits in ALPHA.

Definition at line 65 of file types.hh.

Referenced by AlphaISA::TLB::translateData().

const ArchFlagsType AlphaISA::AlphaRequestFlags::VPTE = 0x01
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().


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

Generated on Fri Jun 9 2017 13:04:24 for gem5 by doxygen 1.8.6