ReactOS 0.4.16-dev-527-gdad3a09
|
#include <hardware.h>
Public Attributes | |
union { | |
HARDWARE_PDE_ARMV6 Pde [4096] | |
HARDWARE_LARGE_PTE_ARMV6 Pte [4096] | |
}; | |
Definition at line 48 of file hardware.h.
union { ... } _PAGE_DIRECTORY_ARM::@156 |
HARDWARE_PDE_ARMV6 _PAGE_DIRECTORY_ARM::Pde[4096] |
Definition at line 52 of file hardware.h.
Referenced by MempAllocatePageTables(), and WinLdrMapSpecialPages().
HARDWARE_LARGE_PTE_ARMV6 _PAGE_DIRECTORY_ARM::Pte[4096] |
Definition at line 53 of file hardware.h.
Referenced by MempAllocatePageTables(), and WinLdrMapSpecialPages().