fault.kernel interfaces.
abc
ProcessorState
An abstract processing unit.
ProcessorStatecontroller
The immediate ascendant referring to the instance.
Usually, this property should resolve a weak reference.
ProcessorStateactuate
actuate(self)
Complete any necessary configuration and execute the Processor's primary functionality.
ProcessorStateterminate
terminate(self)
Request termination; processors not supporting termination requests should raise an exception.
ProcessorStateinterrupt
interrupt(self)
Instantaneously interrupt the processor prohibiting further state changes.
Endpoints receiving events should be patched to either ignore the event or raise an exception.
Interrupts intend to maintain their internal state in case analysis is necessary.