Struct x86_64::registers::control::Cr0[][src]

pub struct Cr0;

Various control flags modifying the basic operation of the CPU.

Methods

impl Cr0
[src]

Read the current set of CR0 flags.

Read the current raw CR0 value.

Write CR0 flags.

Preserves the value of reserved fields. Unsafe because it's possible to violate memory safety by e.g. disabling paging.

Write raw CR0 flags.

Does not preserve any values, including reserved fields. Unsafe because it's possible to violate memory safety by e.g. disabling paging.

Updates CR0 flags.

Preserves the value of reserved fields. Unsafe because it's possible to violate memory safety by e.g. disabling paging.

Auto Trait Implementations

impl Send for Cr0

impl Sync for Cr0