Expand description
MP Table configurations used for defining VM boot status. MP Table configurations used for defining VM boot status.
Enums§
- Error
- MP Table related errors
Constants§
- APIC_
VERSION - APIC version in mptable
- MAX_
SUPPORTED_ CPUS - With APIC/xAPIC, there are only 255 APIC IDs available. And IOAPIC occupies one APIC ID, so only 254 CPUs at maximum may be supported. Actually it’s a large number for Dragonball usecases.
Functions§
- setup_
mptable - Performs setup of the MP table for the given
num_cpus
Type Aliases§
- Result
- Generic type for MP Table Results.