ReactOS
0.4.15-dev-1623-g66cf1d2
|
#include <ketypes.h>
PKSPIN_LOCK _KINTERRUPT::ActualLock |
PKINTERRUPT_ROUTINE _KINTERRUPT::DispatchAddress |
Definition at line 879 of file ketypes.h.
Referenced by KiInitializeKernel().
ULONG _KINTERRUPT::DispatchCode[DISPATCH_LENGTH] |
Definition at line 900 of file ketypes.h.
Referenced by KiInitializeKernel(), and KiInitializePcr().
LIST_ENTRY _KINTERRUPT::InterruptListEntry |
PKSERVICE_ROUTINE _KINTERRUPT::MessageServiceRoutine |
KINTERRUPT_MODE _KINTERRUPT::Mode |
KINTERRUPT_POLARITY _KINTERRUPT::Polarity |
PVOID _KINTERRUPT::ServiceContext |
Definition at line 875 of file ketypes.h.
Referenced by KiInterruptDispatch2().
PKSERVICE_ROUTINE _KINTERRUPT::ServiceRoutine |
Definition at line 870 of file ketypes.h.
Referenced by KiInterruptDispatch2().
BOOLEAN _KINTERRUPT::ShareVector |
Definition at line 886 of file ketypes.h.
Referenced by KeConnectInterrupt().
KSPIN_LOCK _KINTERRUPT::SpinLock |