Method | Description | |
---|---|---|
Initialize ( Processor processor ) : void | ||
ReleaseResources ( ) : void | ||
StartApProcessors ( int cpus ) : void | ||
TranslatePciInterrupt ( byte currentInterruptLine, byte pciInterruptPin, PciPort pciPort ) : byte |
Method | Description | |
---|---|---|
BroadcastFixedIPI ( byte vector, bool includeSelf ) : void | ||
ClearFixedIPI ( int interrupt ) : void | ||
DisableIoInterrupt ( byte irq ) : void | ||
EnableIoInterrupt ( byte irq ) : void | ||
FreezeProcessors ( ) : void | ||
GetMaximumIrq ( ) : byte | ||
GetProcessorCount ( ) : int | ||
InternalInterrupt ( byte interrupt ) : bool | ||
ResetApProcessors ( ) : void | ||
SendFixedIPI ( byte vector, int from, int to ) : void |
public abstract Initialize ( Processor processor ) : void | ||
processor | Processor | |
return | void |
public abstract StartApProcessors ( int cpus ) : void | ||
cpus | int | |
return | void |
public abstract TranslatePciInterrupt ( byte currentInterruptLine, byte pciInterruptPin, PciPort pciPort ) : byte | ||
currentInterruptLine | byte | |
pciInterruptPin | byte | |
pciPort | PciPort | |
return | byte |