| Updated: October 28, 2024 |
A structure that describes a specified range of offsets in a state structure
#include <qvm/utils.h>
struct qvm_slice_descriptor {
uint32_t writable;
uint16_t offset;
uint16_t store_offset;
uint8_t nbytes;
uint8_t spare;
uint16_t tag;
} ;
A bitset of writable bits in the range.
The starting offset in the read-only structure.
The offset where modifications are stored in the read-write structure.
The number of bytes represented by the descriptor.
Reserved; do not use.
A user-defined value associated with the descriptor.