deployment::hardware
AufzählungCacheKind

The CacheKind entity represents the type of processor cache. Only basic types of cache are supported, e.g. instruction, data, and unified cache which includes both instruction and data.

Aufzählungsliterale
Data Data

The cache stores contents of memory addressed by instruction operands, i.e. data.

Instruction Instruction

The cache stores contents of memory addressed by the program counter, i.e. program code.

Unified Unified

The cache stores contents addressed both by program counter and instruction operands, i.e. program code and data.


Eigenschaften:

Alias
Is Abstractfalse
Is Leaffalse
Keywords
NameCacheKind
Name Expression
Namespace<<ePackage>> <Package> hardware
Owned Template Signature
Owner<<ePackage>> <Package> hardware
Owning Template Parameter
Package<<ePackage>> <Package> hardware
Qualified Namesamm::deployment::hardware::CacheKind
Representation
Stereotype
Template Parameter
VisibilityPublic

Details für Aufzählungsliterale

 Data

The cache stores contents of memory addressed by instruction operands, i.e. data.

Eigenschaften:

Alias
Enumeration<Enumeration> CacheKind
Keywords
NameData
Name Expression
Namespace<Enumeration> CacheKind
Owner<Enumeration> CacheKind
Owning Template Parameter
Qualified Namesamm::deployment::hardware::CacheKind::Data
Specification
Stereotype
Template Parameter
VisibilityPublic


 Instruction

The cache stores contents of memory addressed by the program counter, i.e. program code.

Eigenschaften:

Alias
Enumeration<Enumeration> CacheKind
Keywords
NameInstruction
Name Expression
Namespace<Enumeration> CacheKind
Owner<Enumeration> CacheKind
Owning Template Parameter
Qualified Namesamm::deployment::hardware::CacheKind::Instruction
Specification
Stereotype
Template Parameter
VisibilityPublic


 Unified

The cache stores contents addressed both by program counter and instruction operands, i.e. program code and data.

Eigenschaften:

Alias
Enumeration<Enumeration> CacheKind
Keywords
NameUnified
Name Expression
Namespace<Enumeration> CacheKind
Owner<Enumeration> CacheKind
Owning Template Parameter
Qualified Namesamm::deployment::hardware::CacheKind::Unified
Specification
Stereotype
Template Parameter
VisibilityPublic