ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <mmtypes.h>
Public Attributes | |
ULONG64 | Valid:1 |
ULONG64 | Write:1 |
ULONG64 | Owner:1 |
ULONG64 | WriteThrough:1 |
ULONG64 | CacheDisable:1 |
ULONG64 | Accessed:1 |
ULONG64 | Dirty:1 |
ULONG64 | LargePage:1 |
ULONG64 | Global:1 |
ULONG64 | CopyOnWrite:1 |
ULONG64 | Prototype:1 |
ULONG64 | reserved0:1 |
ULONG64 | PageFrameNumber:28 |
ULONG64 | reserved1:12 |
ULONG64 | SoftwareWsIndex:11 |
ULONG64 | NoExecute:1 |
ULONG64 | NotLargePage:1 |
ULONG64 | CacheType:2 |
ULONG64 | OsAvailable2:1 |
ULONG64 | NonSecure:1 |
ULONG64 | NotDirty:1 |
ULONG64 | Shareability:2 |
ULONG64 | NonGlobal:1 |
ULONG64 | RsvdZ1:4 |
ULONG64 | ContigousBit:1 |
ULONG64 | PrivilegedNoExecute:1 |
ULONG64 | UserNoExecute:1 |
ULONG64 | Writable:1 |
ULONG64 | OsAvailable:2 |
ULONG64 | PxnTable:1 |
ULONG64 | UxnTable:1 |
ULONG64 | ApTable:2 |
ULONG64 | NsTable:1 |
ULONG64 _HARDWARE_PTE::CacheDisable |
Definition at line 70 of file mmtypes.h.
Referenced by ApicInitializeIOApic(), and MmGetPageProtect().
ULONG64 _HARDWARE_PTE::CopyOnWrite |
Definition at line 75 of file mmtypes.h.
Referenced by MmGetPageProtect().
ULONG64 _HARDWARE_PTE::Global |
Definition at line 74 of file mmtypes.h.
Referenced by ApicInitializeIOApic().
ULONG64 _HARDWARE_PTE::NoExecute |
Definition at line 81 of file mmtypes.h.
Referenced by MmGetPageProtect().
ULONG64 _HARDWARE_PTE::Owner |
Definition at line 68 of file mmtypes.h.
Referenced by ApicInitializeIOApic(), HalpMapRealModeMemory(), and HalpUnmapRealModeMemory().
ULONG64 _HARDWARE_PTE::PageFrameNumber |
Definition at line 78 of file mmtypes.h.
Referenced by ApicInitializeIOApic(), HalpMapPhysicalMemory64Vista(), HalpMapRealModeMemory(), HalpUnmapRealModeMemory(), Ki386ConvertPte(), Ki386IdentityMapMakeValid(), Ki386MapAddress(), MempAllocatePageTables(), MempAllocatePTE(), MempGetOrCreatePageDir(), MempIsPageMapped(), MempMapSinglePage(), MempSetupPaging(), MempUnmapPage(), and MiInitializePageTable().
ULONG64 _HARDWARE_PTE::Valid |
Definition at line 66 of file mmtypes.h.
Referenced by ApicInitializeIOApic(), HalpMapPhysicalMemory64Vista(), HalpMapRealModeMemory(), HalpUnmapRealModeMemory(), Ki386CreateIdentityMap(), Ki386IdentityMapMakeValid(), Ki386MapAddress(), KiMarkPageAsReadOnly(), MempAllocatePageTables(), MempAllocatePTE(), MempGetOrCreatePageDir(), MempMapSinglePage(), MempSetupPaging(), MempUnmapPage(), MiInitializePageTable(), and MmGetPageProtect().
ULONG64 _HARDWARE_PTE::Write |
Definition at line 67 of file mmtypes.h.
Referenced by ApicInitializeIOApic(), HalpBiosDisplayReset(), HalpMapPhysicalMemory64Vista(), HalpMapRealModeMemory(), HalpUnmapRealModeMemory(), Ki386MapAddress(), KiMarkPageAsReadOnly(), MempAllocatePageTables(), MempAllocatePTE(), MempGetOrCreatePageDir(), MempMapSinglePage(), MempSetupPaging(), MempUnmapPage(), MiInitializePageTable(), and MmGetPageProtect().
ULONG64 _HARDWARE_PTE::WriteThrough |
Definition at line 69 of file mmtypes.h.
Referenced by MmGetPageProtect().