ReactOS 0.4.16-dev-527-gdad3a09
|
#include <ketypes.h>
PKSPIN_LOCK _KINTERRUPT::ActualLock |
PKINTERRUPT_ROUTINE _KINTERRUPT::DispatchAddress |
Definition at line 947 of file ketypes.h.
Referenced by KiInitializeKernel().
ULONG _KINTERRUPT::DispatchCode[DISPATCH_LENGTH] |
Definition at line 968 of file ketypes.h.
Referenced by KeDisconnectInterrupt(), KiInitializeKernel(), and KiInitializePcr().
LIST_ENTRY _KINTERRUPT::InterruptListEntry |
Definition at line 937 of file ketypes.h.
Referenced by KeConnectInterrupt(), and KeDisconnectInterrupt().
PKSERVICE_ROUTINE _KINTERRUPT::MessageServiceRoutine |
KINTERRUPT_MODE _KINTERRUPT::Mode |
Definition at line 955 of file ketypes.h.
Referenced by KeConnectInterrupt().
KINTERRUPT_POLARITY _KINTERRUPT::Polarity |
PKSERVICE_ROUTINE _KINTERRUPT::ServiceRoutine |
BOOLEAN _KINTERRUPT::ShareVector |
Definition at line 954 of file ketypes.h.
Referenced by KeConnectInterrupt().
KSPIN_LOCK _KINTERRUPT::SpinLock |