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

Public Attributes | |
| struct { | |
| USHORT OffsetLow | |
| USHORT Selector | |
| USHORT IstIndex:3 | |
| USHORT Reserved0:5 | |
| USHORT Type:5 | |
| USHORT Dpl:2 | |
| USHORT Present:1 | |
| USHORT OffsetMiddle | |
| ULONG OffsetHigh | |
| ULONG Reserved1 | |
| }; | |
| UINT64 | Alignment |
| struct { ... } _KIDTENTRY64::@2505 |
| UINT64 _KIDTENTRY64::Alignment |
Definition at line 576 of file ketypes.h.
Referenced by SetInterruptGate().
| USHORT _KIDTENTRY64::Dpl |
Definition at line 570 of file ketypes.h.
Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().
| USHORT _KIDTENTRY64::IstIndex |
Definition at line 567 of file ketypes.h.
Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().
| ULONG _KIDTENTRY64::OffsetHigh |
Definition at line 573 of file ketypes.h.
Referenced by KeInitExceptions(), KeQueryInterruptHandler(), KeRegisterInterruptHandler(), and SetInterruptGate().
| USHORT _KIDTENTRY64::OffsetLow |
Definition at line 565 of file ketypes.h.
Referenced by KeInitExceptions(), KeQueryInterruptHandler(), KeRegisterInterruptHandler(), and SetInterruptGate().
| USHORT _KIDTENTRY64::OffsetMiddle |
Definition at line 572 of file ketypes.h.
Referenced by KeInitExceptions(), KeQueryInterruptHandler(), KeRegisterInterruptHandler(), and SetInterruptGate().
| USHORT _KIDTENTRY64::Present |
Definition at line 571 of file ketypes.h.
Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().
| USHORT _KIDTENTRY64::Reserved0 |
Definition at line 568 of file ketypes.h.
Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().
| ULONG _KIDTENTRY64::Reserved1 |
Definition at line 574 of file ketypes.h.
Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().
| USHORT _KIDTENTRY64::Selector |
Definition at line 566 of file ketypes.h.
Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().
| USHORT _KIDTENTRY64::Type |
Definition at line 569 of file ketypes.h.
Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().