Bitdefender Hypervisor Memory Introspection
_INTERRUPT_GATE Union Reference

An 64-bit interrupt gate as defined by the Intel docs. More...

#include <introcpu.h>

Data Fields

QWORD Raw [2]
 
struct {
   WORD   Offset_15_0
 
   WORD   Selector
 
   WORD   Fields
 
   WORD   Offset_31_16
 
   DWORD   Offset_63_32
 
   DWORD   Reserved2
 
}; 
 

Detailed Description

An 64-bit interrupt gate as defined by the Intel docs.

Definition at line 14 of file introcpu.h.

Field Documentation

◆ @87

struct { ... }

◆ Fields

WORD _INTERRUPT_GATE::Fields

Definition at line 21 of file introcpu.h.

◆ Offset_15_0

WORD _INTERRUPT_GATE::Offset_15_0

Definition at line 19 of file introcpu.h.

Referenced by IntIdtGetEntry().

◆ Offset_31_16

WORD _INTERRUPT_GATE::Offset_31_16

Definition at line 22 of file introcpu.h.

Referenced by IntIdtGetEntry().

◆ Offset_63_32

DWORD _INTERRUPT_GATE::Offset_63_32

Definition at line 23 of file introcpu.h.

Referenced by IntIdtGetEntry().

◆ Raw

QWORD _INTERRUPT_GATE::Raw[2]

Definition at line 16 of file introcpu.h.

◆ Reserved2

DWORD _INTERRUPT_GATE::Reserved2

Definition at line 24 of file introcpu.h.

◆ Selector

WORD _INTERRUPT_GATE::Selector

Definition at line 20 of file introcpu.h.


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