|
| hardware - UML-Dokumentation |
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 |
The cache stores contents of memory addressed by instruction operands, i.e. data.
|
Instruction |
The cache stores contents of memory addressed by the program counter, i.e. program code.
|
Unified |
The cache stores contents addressed both by program counter and instruction operands, i.e. program code and data.
|
Eigenschaften:
| Alias | |
| Is Abstract | false |
| Is Leaf | false |
| Keywords | |
| Name | CacheKind |
| Name Expression | |
| Namespace | <<ePackage>> <Package> hardware |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> hardware |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> hardware |
| Qualified Name | samm::deployment::hardware::CacheKind |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
Data
The cache stores contents of memory addressed by instruction operands, i.e. data.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> CacheKind |
| Keywords | |
| Name | Data |
| Name Expression | |
| Namespace | <Enumeration> CacheKind |
| Owner | <Enumeration> CacheKind |
| Owning Template Parameter | |
| Qualified Name | samm::deployment::hardware::CacheKind::Data |
| Specification | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
Instruction
The cache stores contents of memory addressed by the program counter, i.e. program code.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> CacheKind |
| Keywords | |
| Name | Instruction |
| Name Expression | |
| Namespace | <Enumeration> CacheKind |
| Owner | <Enumeration> CacheKind |
| Owning Template Parameter | |
| Qualified Name | samm::deployment::hardware::CacheKind::Instruction |
| Specification | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
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 | |
| Name | Unified |
| Name Expression | |
| Namespace | <Enumeration> CacheKind |
| Owner | <Enumeration> CacheKind |
| Owning Template Parameter | |
| Qualified Name | samm::deployment::hardware::CacheKind::Unified |
| Specification | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
|
| hardware - UML-Dokumentation |