HyperPlatform Programmer's Reference
Public Attributes | List of all members
PaeCr3 Union Reference

nt!_HARDWARE_PTE on the current platform More...

#include <ia32_type.h>

Public Attributes

ULONG64 all
 
struct {
   ULONG64   ignored1: 5
 [0:4] More...
 
   ULONG64   page_directory_pointer_table_pa: 27
 [5:31] More...
 
   ULONG64   ignored2: 32
 [32:63] More...
 
fields
 

Detailed Description

nt!_HARDWARE_PTE on the current platform

See: Use of CR3 with PAE Paging

Definition at line 468 of file ia32_type.h.

Member Data Documentation

◆ all

ULONG64 PaeCr3::all

Definition at line 469 of file ia32_type.h.

◆ fields

struct { ... } PaeCr3::fields

◆ ignored1

ULONG64 PaeCr3::ignored1

[0:4]

Definition at line 471 of file ia32_type.h.

◆ ignored2

ULONG64 PaeCr3::ignored2

[32:63]

Definition at line 473 of file ia32_type.h.

◆ page_directory_pointer_table_pa

ULONG64 PaeCr3::page_directory_pointer_table_pa

[5:31]

Definition at line 472 of file ia32_type.h.


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