ReactOS
0.4.15-dev-4853-g3a72a52
|
#include <ke.h>
_ANONYMOUS_UNION { ... } |
_ANONYMOUS_UNION { ... } |
_ANONYMOUS_UNION { ... } |
union { ... } |
Definition at line 300 of file ke.h.
Referenced by KiSystemService().
PUSHORT _KPCR::GDT |
Definition at line 54 of file ke.h.
Referenced by KiSetTebBase().
struct _KGDTENTRY* _KPCR::GDT |
union _KGDTENTRY64* _KPCR::GdtBase |
ULONG _KPCR::IDR |
Definition at line 23 of file ke.h.
Referenced by _HalpDismissIrqGeneric(), _HalpDismissIrqLevel(), HalEnableSystemInterrupt(), HalEndSystemInterrupt2(), HalpDispatchInterrupt2(), HalpEndSoftwareInterrupt2(), and KfLowerIrql().
struct _KIDTENTRY* _KPCR::IDT |
union _KIDTENTRY64* _KPCR::IdtBase |
Definition at line 305 of file ke.h.
Referenced by KeQueryInterruptHandler(), and KeRegisterInterruptHandler().
KIRQL _KPCR::Irql |
Definition at line 307 of file ke.h.
Referenced by _HalpApcInterruptHandler(), _HalpDismissIrqGeneric(), _HalpDismissIrqLevel(), _HalpDispatchInterruptHandler(), HalEnableSystemInterrupt(), HalEndSystemInterrupt2(), HalpDispatchInterrupt2(), HalpEndSoftwareInterrupt2(), HalpHardwareInterruptLevel2(), HalRequestSoftwareInterrupt(), KeRaiseIrqlToDpcLevel(), KeRaiseIrqlToSynchLevel(), KfLowerIrql(), and KfRaiseIrql().
ULONG _KPCR::IRR |
Definition at line 22 of file ke.h.
Referenced by _HalpApcInterruptHandler(), _HalpDismissIrqGeneric(), _HalpDismissIrqLevel(), _HalpDispatchInterruptHandler(), HalEndSystemInterrupt2(), HalpDispatchInterrupt2(), HalpEndSoftwareInterrupt2(), HalpHardwareInterruptLevel2(), HalRequestSoftwareInterrupt(), and KfLowerIrql().
ULONG _KPCR::IrrActive |
Definition at line 50 of file ke.h.
Referenced by HalEndSystemInterrupt2(), HalpEndSoftwareInterrupt2(), and HalpHardwareInterruptLevel2().
PKSPIN_LOCK_QUEUE _KPCR::LockArray |
NT_TIB _KPCR::NtTib |
Definition at line 293 of file ke.h.
Referenced by KiSetTebBase(), KiSwapContextExit(), KiUserModeCallout(), and NtCallbackReturn().
Definition at line 55 of file ke.h.
Referenced by KiExitV86Mode(), KiSwapContextExit(), KiUserModeCallout(), and NtCallbackReturn().
struct _EXCEPTION_REGISTRATION_RECORD* _KPCR::Used_ExceptionList |