|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ketypes.h>

| PKSPIN_LOCK _KINTERRUPT::ActualLock |
| PKINTERRUPT_ROUTINE _KINTERRUPT::DispatchAddress |
Definition at line 1072 of file ketypes.h.
Referenced by KiInitializeKernel().
| ULONG _KINTERRUPT::DispatchCode[DISPATCH_LENGTH] |
Definition at line 1093 of file ketypes.h.
Referenced by KeDisconnectInterrupt(), KiInitializeKernel(), and KiInitializePcr().
| LIST_ENTRY _KINTERRUPT::InterruptListEntry |
Definition at line 1062 of file ketypes.h.
Referenced by KeConnectInterrupt(), and KeDisconnectInterrupt().
| PKSERVICE_ROUTINE _KINTERRUPT::MessageServiceRoutine |
| KINTERRUPT_MODE _KINTERRUPT::Mode |
Definition at line 1080 of file ketypes.h.
Referenced by KeConnectInterrupt().
| KINTERRUPT_POLARITY _KINTERRUPT::Polarity |
| PKSERVICE_ROUTINE _KINTERRUPT::ServiceRoutine |
| BOOLEAN _KINTERRUPT::ShareVector |
Definition at line 1079 of file ketypes.h.
Referenced by KeConnectInterrupt().
| KSPIN_LOCK _KINTERRUPT::SpinLock |