ReactOS 0.4.16-dev-1172-g2041f3c
|
#include <ketypes.h>
PKSPIN_LOCK _KINTERRUPT::ActualLock |
PKINTERRUPT_ROUTINE _KINTERRUPT::DispatchAddress |
Definition at line 1110 of file ketypes.h.
Referenced by KiInitializeKernel().
ULONG _KINTERRUPT::DispatchCode[DISPATCH_LENGTH] |
Definition at line 1131 of file ketypes.h.
Referenced by KeDisconnectInterrupt(), KiInitializeKernel(), and KiInitializePcr().
LIST_ENTRY _KINTERRUPT::InterruptListEntry |
Definition at line 1100 of file ketypes.h.
Referenced by KeConnectInterrupt(), and KeDisconnectInterrupt().
PKSERVICE_ROUTINE _KINTERRUPT::MessageServiceRoutine |
KINTERRUPT_MODE _KINTERRUPT::Mode |
Definition at line 1118 of file ketypes.h.
Referenced by KeConnectInterrupt().
KINTERRUPT_POLARITY _KINTERRUPT::Polarity |
PKSERVICE_ROUTINE _KINTERRUPT::ServiceRoutine |
BOOLEAN _KINTERRUPT::ShareVector |
Definition at line 1117 of file ketypes.h.
Referenced by KeConnectInterrupt().
KSPIN_LOCK _KINTERRUPT::SpinLock |