#include "mi.h"Go to the source code of this file.
Classes | |
| struct | _CACHE_ATTRIBUTE_DESCRIPTOR |
Typedefs | |
| typedef enum _MEM_TYPES | MEM_TYPES |
| typedef _CACHE_ATTRIBUTE_DESCRIPTOR | CACHE_ATTRIBUTE_DESCRIPTOR |
| typedef _CACHE_ATTRIBUTE_DESCRIPTOR * | PCACHE_ATTRIBUTE_DESCRIPTOR |
Enumerations | |
| enum | _MEM_TYPES { RegularMemory, MemoryMappedIo, VideoDisplayBuffer, IoPort, RomMemory } |
Functions | |
| ULONG | MiCheckMemoryAttribute (IN PFN_NUMBER PageFrameNumber) |
| MiDisableCaching (IN PMMPTE PointerPte;) | |
Variables | |
| LIST_ENTRY | MmCacheAttributeDescriptorListHead |
| ULONG | MmDefaultCacheAttribute = MM_PTE_MA_WBU |
| UCHAR | MmDisableCache [16] |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 31 of file mimisc.c.
|
|
|
Definition at line 60 of file mimisc.c. References MmCacheAttributeDescriptorListHead, and MmDefaultCacheAttribute. Referenced by MiDisableCaching().
|
|
|
Definition at line 139 of file mimisc.c. References MiCheckMemoryAttribute(), and MmDisableCache.
|
|
|
Definition at line 49 of file mimisc.c. Referenced by MiCheckMemoryAttribute(). |
|
|
Definition at line 55 of file mimisc.c. Referenced by MiCheckMemoryAttribute(). |
|
|
Initial value:
Definition at line 134 of file mimisc.c. Referenced by MiDisableCaching(). |
1.3.7