ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <ketypes.h>
PKSPIN_LOCK _KINTERRUPT::ActualLock |
PKINTERRUPT_ROUTINE _KINTERRUPT::DispatchAddress |
Definition at line 887 of file ketypes.h.
Referenced by KiInitializeKernel().
ULONG _KINTERRUPT::DispatchCode[DISPATCH_LENGTH] |
Definition at line 908 of file ketypes.h.
Referenced by KeDisconnectInterrupt(), KiInitializeKernel(), and KiInitializePcr().
LIST_ENTRY _KINTERRUPT::InterruptListEntry |
Definition at line 877 of file ketypes.h.
Referenced by KeConnectInterrupt(), and KeDisconnectInterrupt().
PKSERVICE_ROUTINE _KINTERRUPT::MessageServiceRoutine |
KINTERRUPT_MODE _KINTERRUPT::Mode |
Definition at line 895 of file ketypes.h.
Referenced by KeConnectInterrupt().
KINTERRUPT_POLARITY _KINTERRUPT::Polarity |
PKSERVICE_ROUTINE _KINTERRUPT::ServiceRoutine |
BOOLEAN _KINTERRUPT::ShareVector |
Definition at line 894 of file ketypes.h.
Referenced by KeConnectInterrupt().
KSPIN_LOCK _KINTERRUPT::SpinLock |