Bitdefender Hypervisor Memory Introspection
_SEGMENT_DESCRIPTOR32 Struct Reference

Segment descriptor for 32-bit systems. More...

#include <introcpu.h>

Data Fields

QWORD Limit1: 16
 
QWORD Base1: 24
 
QWORD Attr1: 8
 
QWORD Limit2: 4
 
QWORD Attr2: 4
 
QWORD Base: 8
 

Detailed Description

Segment descriptor for 32-bit systems.

Definition at line 46 of file introcpu.h.

Field Documentation

◆ Attr1

QWORD _SEGMENT_DESCRIPTOR32::Attr1

Definition at line 50 of file introcpu.h.

◆ Attr2

QWORD _SEGMENT_DESCRIPTOR32::Attr2

Definition at line 52 of file introcpu.h.

◆ Base

QWORD _SEGMENT_DESCRIPTOR32::Base

Definition at line 53 of file introcpu.h.

Referenced by IntFindKernelPcr().

◆ Base1

QWORD _SEGMENT_DESCRIPTOR32::Base1

Definition at line 49 of file introcpu.h.

Referenced by IntFindKernelPcr().

◆ Limit1

QWORD _SEGMENT_DESCRIPTOR32::Limit1

Definition at line 48 of file introcpu.h.

◆ Limit2

QWORD _SEGMENT_DESCRIPTOR32::Limit2

Definition at line 51 of file introcpu.h.


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