128 explicit Cr0(uint64_t cr0);
The x86 Control Register 0.
Definition Cr0.hh:26
bool pe() const
Get the PE (Protected-Mode Enable) bit.
uint64_t value() const
Get the raw value.
bool nw() const
Get the NW (Not-write through) bit.
bool am() const
Get the AM (Alignment mask) bit.
bool et() const
Get the ET (Extension type) bit.
bool em() const
Get the EM (Emulation) bit.
bool ne() const
Get the NE (Numeric error) bit.
bool pg() const
Get the PG (Paging) bit.
bool mp() const
Get the MP (Monitor co-processor) bit.
bool wp() const
Get the WP (Write protect) bit.
Cr0(uint64_t cr0)
Construct a new Cr0 object.
bool cd() const
Get the CD (Cache disable) bit.
bool ts() const
Get the TS (Task switched) bit.
Core IntroVirt classes.
Definition Cr0.hh:20