Module cpu

Source

Re-exports§

pub use self::msr::Msr;

Modules§

entropy
intrinsics
localalloc
msr
x86_64 Model-Specific Register (MSR)s.

Structs§

FeatureNotSupported
An error indicating that a given CPU feature source is not supported on this CPU.
Port

Enums§

DescriptorTable
Describes which descriptor table (GDT, LDT, or IDT) a selector references.
Ring

Functions§

halt
Halt the CPU.
wait_for_interrupt
Wait for an interrupt in a spin loop.