HyperDbg Debugger
Loading...
Searching...
No Matches
_CR3_TYPE Struct Reference

CR3 Structure. More...

#include <BasicTypes.h>

Public Attributes

union { 
 
   UINT64   Flags 
 
   struct { 
 
      UINT64   Pcid: 12 
 
      UINT64   PageFrameNumber: 36 
 
      UINT64   Reserved1: 12 
 
      UINT64   Reserved_2: 3 
 
      UINT64   PcidInvalidate: 1 
 
   }   Fields 
 
};  
 

Detailed Description

CR3 Structure.

Member Data Documentation

◆ [union]

union { ... } _CR3_TYPE

◆ [struct]

struct { ... } _CR3_TYPE::Fields

◆ Flags

UINT64 _CR3_TYPE::Flags

◆ PageFrameNumber

UINT64 _CR3_TYPE::PageFrameNumber

◆ Pcid

UINT64 _CR3_TYPE::Pcid

◆ PcidInvalidate

UINT64 _CR3_TYPE::PcidInvalidate

◆ Reserved1

UINT64 _CR3_TYPE::Reserved1

◆ Reserved_2

UINT64 _CR3_TYPE::Reserved_2

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