Module rflags

Source
Expand description

Processor state stored in the RFLAGS register.

Structs§

RFlags
The RFLAGS register. All bit patterns are valid representations for this type.

Functions§

read
Returns the current value of the RFLAGS register.
read_raw
Returns the raw current value of the RFLAGS register.
write
Writes the RFLAGS register, preserves reserved bits.
write_raw
Writes the RFLAGS register.