ReactOS 0.4.15-dev-7931-gfd331f1
_KIDTENTRY64 Union Reference

#include <ketypes.h>

Collaboration diagram for _KIDTENTRY64:

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
 

Detailed Description

Definition at line 532 of file ketypes.h.

Member Data Documentation

◆ 

struct { ... } _KIDTENTRY64::@2321

◆ Alignment

UINT64 _KIDTENTRY64::Alignment

Definition at line 547 of file ketypes.h.

Referenced by SetInterruptGate().

◆ Dpl

USHORT _KIDTENTRY64::Dpl

Definition at line 541 of file ketypes.h.

Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().

◆ IstIndex

USHORT _KIDTENTRY64::IstIndex

Definition at line 538 of file ketypes.h.

Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().

◆ OffsetHigh

ULONG _KIDTENTRY64::OffsetHigh

◆ OffsetLow

USHORT _KIDTENTRY64::OffsetLow

◆ OffsetMiddle

USHORT _KIDTENTRY64::OffsetMiddle

◆ Present

USHORT _KIDTENTRY64::Present

Definition at line 542 of file ketypes.h.

Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().

◆ Reserved0

USHORT _KIDTENTRY64::Reserved0

Definition at line 539 of file ketypes.h.

Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().

◆ Reserved1

ULONG _KIDTENTRY64::Reserved1

Definition at line 545 of file ketypes.h.

Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().

◆ Selector

USHORT _KIDTENTRY64::Selector

Definition at line 537 of file ketypes.h.

Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().

◆ Type

USHORT _KIDTENTRY64::Type

Definition at line 540 of file ketypes.h.

Referenced by KeInitExceptions(), KeRegisterInterruptHandler(), and SetInterruptGate().


The documentation for this union was generated from the following file: