Bitdefender Hypervisor Memory Introspection
_INTERRUPT_GATE32 Union Reference

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

#include <introcpu.h>

Data Fields

QWORD Raw
 
struct {
   WORD   Offset_15_0
 
   WORD   Selector
 
   WORD   Fields
 
   WORD   Offset_31_16
 
}; 
 

Detailed Description

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

Definition at line 31 of file introcpu.h.

Field Documentation

◆ @89

struct { ... }

◆ Fields

WORD _INTERRUPT_GATE32::Fields

Definition at line 38 of file introcpu.h.

◆ Offset_15_0

WORD _INTERRUPT_GATE32::Offset_15_0

Definition at line 36 of file introcpu.h.

Referenced by IntIdtGetEntry().

◆ Offset_31_16

WORD _INTERRUPT_GATE32::Offset_31_16

Definition at line 39 of file introcpu.h.

Referenced by IntIdtGetEntry().

◆ Raw

QWORD _INTERRUPT_GATE32::Raw

Definition at line 33 of file introcpu.h.

◆ Selector

WORD _INTERRUPT_GATE32::Selector

Definition at line 37 of file introcpu.h.


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