VIRTUTECH CONFIDENTIAL Previous - Up - Next
persistent-ram
- Provided by
-
Simics Core
- Class Hierarchy
-
conf-object → log-object → persistent-ram
- Interfaces Implemented
-
log_object, ram
- Description
-
Persistent random access memory.
Attributes
- Attributes inherited from class conf-object
-
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
-
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attribute List
-
- image
- Required attribute; read/write access; type: Object.
Object holding data. Must implement the image interface.
- lock_granularity
- Optional attribute; read/write access; type: Integer.
In MAI atomic instructions lock a ram region when they execute. This is the granularity of such region. Must be a power of 2. 0 means no locking. 8 is default.
- mapped_size
- Pseudo attribute; read-only access; type: Integer.
size of underlying image
- tags
- Optional attribute; read/write access; type: Object or Nil.
Auxiliary data contents, as an image, or Nil.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
VIRTUTECH CONFIDENTIAL Previous - Up - Next