[][src]Module x86_64::registers::control

Functions to read and write control registers.

Re-exports

pub use super::model_specific::Efer;
pub use super::model_specific::EferFlags;

Structs

Cr0

Various control flags modifying the basic operation of the CPU.

Cr0Flags

Configuration flags of the Cr0 register.

Cr2

Contains the Page Fault Linear Address (PFLA).

Cr3

Contains the physical address of the level 4 page table.

Cr3Flags

Controls cache settings for the level 4 page table.

Cr4

Various control flags modifying the basic operation of the CPU while in protected mode.

Cr4Flags

Controls cache settings for the level 4 page table.