ReactOS
0.4.15-dev-1619-g69dffed
|
#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 _HARDWARE_PTE::CacheDisable |
Definition at line 70 of file mmtypes.h.
Referenced by ApicInitializeIOApic(), MiGetPteProtection(), and MiSetPteProtection().
ULONG64 _HARDWARE_PTE::CopyOnWrite |
Definition at line 75 of file mmtypes.h.
Referenced by MiGetPteProtection(), and MiSetPteProtection().
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 MiGetPteProtection(), and MiSetPteProtection().
ULONG64 _HARDWARE_PTE::Owner |
Definition at line 68 of file mmtypes.h.
Referenced by ApicInitializeIOApic(), HalpMapRealModeMemory(), HalpUnmapRealModeMemory(), and MmCreateVirtualMappingUnsafe().
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(), MiGetPteProtection(), and MiInitializePageTable().
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(), MiGetPteProtection(), MiInitializePageTable(), and MiSetPteProtection().
ULONG64 _HARDWARE_PTE::WriteThrough |
Definition at line 69 of file mmtypes.h.
Referenced by MiGetPteProtection(), and MiSetPteProtection().