|
ReactOS 0.4.17-dev-684-ga6524ef
|
#include <ketypes.h>

Public Attributes | |
| struct { | |
| USHORT LimitLow | |
| USHORT BaseLow | |
| union { | |
| struct { | |
| UCHAR BaseMiddle | |
| UCHAR Flags1 | |
| UCHAR Flags2 | |
| UCHAR BaseHigh | |
| } Bytes | |
| struct { | |
| ULONG BaseMiddle:8 | |
| ULONG Type:5 | |
| ULONG Dpl:2 | |
| ULONG Present:1 | |
| ULONG LimitHigh:4 | |
| ULONG System:1 | |
| ULONG LongMode:1 | |
| ULONG DefaultBig:1 | |
| ULONG Granularity:1 | |
| ULONG BaseHigh:8 | |
| } Bits | |
| } | |
| ULONG BaseUpper | |
| ULONG MustBeZero | |
| }; | |
| UINT64 | Alignment |
| struct { ... } _KGDTENTRY64::@2540 |
| USHORT _KGDTENTRY64::BaseLow |
Definition at line 513 of file ketypes.h.
Referenced by KiSwapContextResume().
| struct { ... } _KGDTENTRY64::Bits |
Referenced by KeStartAllProcessors(), and KiSwapContextResume().
| struct { ... } _KGDTENTRY64::Bytes |
| USHORT _KGDTENTRY64::LimitLow |
Definition at line 512 of file ketypes.h.
Referenced by KiSwapContextResume().