ReactOS 0.4.15-dev-7942-gd23573b
_PAGE_DIRECTORY_ARM Struct Reference

#include <hardware.h>

Collaboration diagram for _PAGE_DIRECTORY_ARM:

Public Attributes

union {
   HARDWARE_PDE_ARMV6   Pde [4096]
 
   HARDWARE_LARGE_PTE_ARMV6   Pte [4096]
 
}; 
 

Detailed Description

Definition at line 48 of file hardware.h.

Member Data Documentation

◆ 

union { ... } _PAGE_DIRECTORY_ARM::@162

◆ Pde

HARDWARE_PDE_ARMV6 _PAGE_DIRECTORY_ARM::Pde[4096]

Definition at line 52 of file hardware.h.

Referenced by MempAllocatePageTables(), and WinLdrMapSpecialPages().

◆ Pte

HARDWARE_LARGE_PTE_ARMV6 _PAGE_DIRECTORY_ARM::Pte[4096]

Definition at line 53 of file hardware.h.

Referenced by MempAllocatePageTables(), and WinLdrMapSpecialPages().


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