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

Public Attributes | |
| USHORT | LimitLow |
| USHORT | BaseLow |
| union { | |
| struct { | |
| UCHAR BaseMid | |
| UCHAR Flags1 | |
| UCHAR Flags2 | |
| UCHAR BaseHi | |
| } Bytes | |
| struct { | |
| ULONG BaseMid:8 | |
| ULONG Type:5 | |
| ULONG Dpl:2 | |
| ULONG Pres:1 | |
| ULONG LimitHi:4 | |
| ULONG Sys:1 | |
| ULONG Reserved_0:1 | |
| ULONG Default_Big:1 | |
| ULONG Granularity:1 | |
| ULONG BaseHi:8 | |
| } Bits | |
| } | HighWord |
| USHORT _KGDTENTRY::BaseLow |
Definition at line 390 of file ketypes.h.
Referenced by HalpBorrowTss(), HalpReturnTss(), Ki386InitializeTss(), KiGetMachineBootPointers(), KiTrap02Handler(), and KiTrap08Handler().
| struct { ... } _KGDTENTRY::Bits |
Referenced by HalpBorrowTss(), HalpReturnTss(), Ki386InitializeTss(), KiTrap02Handler(), and KiTrap08Handler().
| struct { ... } _KGDTENTRY::Bytes |
| union { ... } _KGDTENTRY::HighWord |
| USHORT _KGDTENTRY::LimitLow |
Definition at line 389 of file ketypes.h.
Referenced by HalpBorrowTss(), and Ki386InitializeTss().