Module x86

Source
Expand description

x86-specific state.

Modules§

apic_software_device
Software implementation of a VPCI-compatible device. Avoids using the hypervisor device interface.
vm
Per-VM state.
vp
Per-VP state.

Structs§

DebugState
Guest debugging state, for gdbstub or similar use cases.
HardwareBreakpoint
SegmentRegister
TableRegister
UnsupportedBreakpointSize
The requested breakpoint size is not supported.
X86InitialRegs
VP state that can be set for initial boot.
X86PartitionCapabilities
Partition capabilities, used to determine which state is active on a partition and what the reset state should be.
XsaveCapabilities
XsaveFeature

Enums§

BreakpointSize
The size of the debug breakpoint.
BreakpointType
A hardware breakpoint type.
MsrError
Error returned by MSR routines.

Traits§

MsrErrorExt
Extension trait to chain MSR accesses together.

Functions§

max_physical_address_size_from_cpuid
Query the max physical address size of the system.