qvm_state_flags
Possible values for flags in the structure describing a data element (typically in the guest)
Synopsis:
#include <qvm/types.h>enum qvm_state_flags {
QSF_NONE = 0x0000,
QSF_SEXT_SHIFT = 0,
QSF_ZEXT_SHIFT = 4,
QSF_EXT_MASK = 0xf,
QSF_FORCE_WRITE = 0x4000,
QSF_REPORT_EXCEPTION = 0x8000
};Data:
- QSF_NONE
- QSF_SEXT_SHIFT
- QSF_ZEXT_SHIFT
- QSF_EXT_MASK
- QSF_FORCE_WRITE
- QSF_REPORT_EXCEPTION
Description:
These values are used in the qvm_state_block data structure's flags member.
Page updated:
