Module x86_64::registers::rflags

source ·
Expand description

Processor state stored in the RFLAGS register.

Structs§

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

Functions§

  • readinstructions
    Returns the current value of the RFLAGS register.
  • read_rawinstructions
    Returns the raw current value of the RFLAGS register.
  • writeinstructions
    Writes the RFLAGS register, preserves reserved bits.
  • write_rawinstructions
    Writes the RFLAGS register.