Go to the source code of this file.
Classes | |
| struct | _MMCOLOR_TABLES |
| struct | _MMPRIMARY_COLOR_TABLES |
| struct | _MMPTE_SOFTWARE |
| struct | _MMPTE_TRANSITION |
| struct | _MMPTE_PROTOTYPE |
| struct | _MMPTE_LIST |
| struct | _MMPTE_SUBSECTION |
| struct | _MMPTE |
Defines | |
| #define | MM_EMPTY_LIST ((ULONG)0xFFFFFFFF) |
| #define | MM_EMPTY_PTE_LIST ((ULONG)0xFFFFF) |
| #define | MI_PTE_BASE_FOR_LOWEST_KERNEL_ADDRESS (MiGetPteAddress (0x80000000)) |
| #define | MM_KSEG0_BASE ((ULONG)0x80000000) |
| #define | MmProtopte_Base ((ULONG)0xE1000000) |
| #define | PDE_TOP (0xC01FFFFF) |
| #define | PDE_BASE64 ((ULONG)0xC0184000) |
| #define | PTE_BASE64 ((ULONG)0xC2000000) |
| #define | MM_PAGES_IN_KSEG0 (((ULONG)KSEG2_BASE - (ULONG)KSEG0_BASE) >> PAGE_SHIFT) |
| #define | MM_USER_ADDRESS_RANGE_LIMIT 0xFFFFFFFF |
| #define | MM_MAXIMUM_ZERO_BITS 21 |
| #define | MM_SYSTEM_SPACE_START (0xC3000000) |
| #define | MM_SYSTEM_CACHE_START (0xC4000000) |
| #define | MM_SYSTEM_CACHE_END (0xDE000000) |
| #define | MM_SESSION_SPACE_DEFAULT (0xDE000000) |
| #define | MM_MAXIMUM_SYSTEM_CACHE_SIZE ( ((ULONG)MM_SYSTEM_CACHE_END - (ULONG)MM_SYSTEM_CACHE_START) >> PAGE_SHIFT ) |
| #define | MM_SYSTEM_CACHE_WORKING_SET (0xC3000000) |
| #define | MM_SYSTEM_VIEW_START (0xDE000000) |
| #define | MM_SYSTEM_VIEW_SIZE (48*1024*1024) |
| #define | MM_SYSTEM_VIEW_START_IF_HYDRA (0xDD000000) |
| #define | MM_SYSTEM_VIEW_SIZE_IF_HYDRA (16*1024*1024) |
| #define | MM_PAGED_POOL_START ((PVOID)0xE1000000) |
| #define | MM_LOWEST_NONPAGED_SYSTEM_START ((PVOID)0xEB000000) |
| #define | MM_NONPAGED_POOL_END ((PVOID)(0xFE000000-(16*PAGE_SIZE))) |
| #define | NON_PAGED_SYSTEM_END ((PVOID)0xFFFFFFF0) |
| #define | MM_SYSTEM_SPACE_END (0xFFFFFFFF) |
| #define | HYPER_SPACE_END (0xC1FFFFFF) |
| #define | MM_MINIMUM_SYSTEM_PTES 5000 |
| #define | MM_MAXIMUM_SYSTEM_PTES 20000 |
| #define | MM_DEFAULT_SYSTEM_PTES 11000 |
| #define | MM_MAX_INITIAL_NONPAGED_POOL ((ULONG)(128*1024*1024)) |
| #define | MM_MAX_ADDITIONAL_NONPAGED_POOL ((ULONG)(128*1024*1024)) |
| #define | MM_MAX_PAGED_POOL ((ULONG)(240*1024*1024)) |
| #define | MM_MAX_DEFAULT_NONPAGED_POOL ((ULONG)(128*1024*1024)) |
| #define | MM_MAX_DEFAULT_PAGED_POOL ((ULONG)(128*1024*1024)) |
| #define | MM_MAX_TOTAL_POOL (((ULONG)MM_NONPAGED_POOL_END) - ((ULONG)MM_PAGED_POOL_START)) |
| #define | GH3 (3) |
| #define | GH3_PAGE_SIZE (PAGE_SIZE << 9) |
| #define | GH2 (2) |
| #define | GH2_PAGE_SIZE (PAGE_SIZE << 6) |
| #define | GH1 (1) |
| #define | GH1_PAGE_SIZE (PAGE_SIZE << 3) |
| #define | GH0 (0) |
| #define | GH0_PAGE_SIZE PAGE_SIZE |
| #define | __1GB (0x40000000) |
| #define | MM_VIRTUAL_PAGE_FILLER 1 |
| #define | MM_VIRTUAL_PAGE_SIZE 19 |
| #define | MM_PROTO_PTE_ALIGNMENT ((ULONG)MM_MAXIMUM_NUMBER_OF_COLORS * (ULONG)PAGE_SIZE) |
| #define | MAX_PAGE_FILES (8) |
| #define | PAGE_DIRECTORY_MASK ((ULONG)0x00FFFFFF) |
| #define | MM_VA_MAPPED_BY_PDE (0x1000000) |
| #define | LOWEST_IO_ADDRESS (0) |
| #define | PTE_SHIFT (2) |
| #define | MM_HIGHEST_VAD_ADDRESS64 ((PVOID64)(0x800000000)) |
| #define | PHYSICAL_ADDRESS_BITS (48) |
| #define | MM_MAXIMUM_NUMBER_OF_COLORS (1) |
| #define | MM_NUMBER_OF_COLORS (1) |
| #define | MM_COLOR_MASK (0) |
| #define | MM_COLOR_ALIGNMENT (0) |
| #define | MM_COLOR_MASK_VIRTUAL (0) |
| #define | MM_SECONDARY_COLORS_DEFAULT ((1024*1024) >> PAGE_SHIFT) |
| #define | MM_SECONDARY_COLORS_MIN (2) |
| #define | MM_SECONDARY_COLORS_MAX (2048) |
| #define | HYPER_SPACE ((PVOID)0xC1000000) |
| #define | FIRST_MAPPING_PTE ((ULONG)0xC1000000) |
| #define | NUMBER_OF_MAPPING_PTES (1023) |
| #define | LAST_MAPPING_PTE ((ULONG)((ULONG)FIRST_MAPPING_PTE + (NUMBER_OF_MAPPING_PTES * PAGE_SIZE))) |
| #define | IMAGE_MAPPING_PTE ((PMMPTE)((ULONG)LAST_MAPPING_PTE + PAGE_SIZE)) |
| #define | ZEROING_PAGE_PTE ((PMMPTE)((ULONG)IMAGE_MAPPING_PTE + PAGE_SIZE)) |
| #define | WORKING_SET_LIST ((PVOID)((ULONG)ZEROING_PAGE_PTE + PAGE_SIZE)) |
| #define | MM_MAXIMUM_WORKING_SET ((ULONG)((ULONG)2*1024*1024*1024 - 64*1024*1024) >> PAGE_SHIFT) |
| #define | MM_WORKING_SET_END ((ULONG)0xC2000000) |
| #define | MM_PTE_VALID_MASK (0x1) |
| #define | MM_PTE_PROTOTYPE_MASK (0x2) |
| #define | MM_PTE_DIRTY_MASK (0x4) |
| #define | MM_PTE_TRANSITION_MASK (0x4) |
| #define | MM_PTE_GLOBAL_MASK (0x10) |
| #define | MM_PTE_WRITE_MASK (0x80) |
| #define | MM_PTE_COPY_ON_WRITE_MASK (0x100) |
| #define | MM_PTE_OWNER_MASK (0x2) |
| #define | MM_PTE_NOACCESS (0x0) |
| #define | MM_PTE_READONLY (0x0) |
| #define | MM_PTE_READWRITE (MM_PTE_WRITE_MASK) |
| #define | MM_PTE_WRITECOPY (MM_PTE_WRITE_MASK | MM_PTE_COPY_ON_WRITE_MASK) |
| #define | MM_PTE_EXECUTE (0x0) |
| #define | MM_PTE_EXECUTE_READ (0x0) |
| #define | MM_PTE_EXECUTE_READWRITE (MM_PTE_WRITE_MASK) |
| #define | MM_PTE_EXECUTE_WRITECOPY (MM_PTE_WRITE_MASK | MM_PTE_COPY_ON_WRITE_MASK) |
| #define | MM_PTE_NOCACHE (0x0) |
| #define | MM_PTE_GUARD (0x0) |
| #define | MM_PTE_CACHE (0x0) |
| #define | MM_PROTECT_FIELD_SHIFT 3 |
| #define | MI_MAXIMUM_PTE_WORKING_SET_INDEX 0 |
| #define | MM_ZERO_PTE 0 |
| #define | MM_ZERO_KERNEL_PTE 0 |
| #define | MM_DEMAND_ZERO_WRITE_PTE (MM_READWRITE << MM_PROTECT_FIELD_SHIFT) |
| #define | MM_KERNEL_DEMAND_ZERO_PTE (MM_READWRITE << MM_PROTECT_FIELD_SHIFT) |
| #define | MM_KERNEL_NOACCESS_PTE (MM_NOACCESS << MM_PROTECT_FIELD_SHIFT) |
| #define | MM_PTE_CLEAN 0 |
| #define | MM_PTE_DIRTY 1 |
| #define | MM_STACK_ALIGNMENT (0x0) |
| #define | MM_STACK_OFFSET (0x0) |
| #define | PDE_PER_PAGE ((ULONG)256) |
| #define | PTE_PER_PAGE ((ULONG)2048) |
| #define | MM_USER_PAGE_TABLE_PAGES (128) |
| #define | MI_MAKE_VALID_PTE(OUTPTE, FRAME, PMASK, PPTE) |
| #define | MI_MAKE_VALID_PTE_TRANSITION(OUTPTE, PROTECT) |
| #define | MI_MAKE_TRANSITION_PTE(OUTPTE, PAGE, PROTECT, PPTE) |
| #define | MI_MAKE_TRANSITION_PTE_VALID(OUTPTE, PPTE) |
| #define | MI_SET_PTE_IN_WORKING_SET(PTE, WSINDEX) |
| #define | MI_GET_WORKING_SET_FROM_PTE(PTE) 0 |
| #define | MI_SET_PTE_WRITE_COMBINE(PTE) |
| #define | MI_SET_PTE_DIRTY(PTE) (PTE).u.Hard.Dirty = MM_PTE_DIRTY |
| #define | MI_SET_PTE_CLEAN(PTE) (PTE).u.Hard.Dirty = MM_PTE_CLEAN |
| #define | MI_IS_PTE_DIRTY(PTE) ((PTE).u.Hard.Dirty != MM_PTE_CLEAN) |
| #define | MI_SET_GLOBAL_BIT_IF_SYSTEM(OUTPTE, PPTE) |
| #define | MI_SET_GLOBAL_STATE(PTE, STATE) (PTE).u.Hard.Global = STATE; |
| #define | MI_ENABLE_CACHING(PTE) |
| #define | MI_DISABLE_CACHING(PTE) |
| #define | MI_IS_CACHING_DISABLED(PPTE) (FALSE) |
| #define | MI_SET_PFN_DELETED(PPFN) (((ULONG)(PPFN)->PteAddress &= (ULONG)0x7FFFFFFF)) |
| #define | MI_IS_PFN_DELETED(PPFN) ( ( (ULONG)((PPFN)->PteAddress) & 0x80000000 ) == 0 ) |
| #define | MI_CHECK_PAGE_ALIGNMENT(PAGE, COLOR) |
| #define | MI_INITIALIZE_HYPERSPACE_MAP(HYPER_PAGE) |
| #define | MI_GET_PAGE_COLOR_FROM_PTE(PTEADDRESS) ((ULONG)((MmSystemPageColor++) & MmSecondaryColorMask)) |
| #define | MI_GET_PAGE_COLOR_FROM_VA(ADDRESS) ((ULONG)((MmSystemPageColor++) & MmSecondaryColorMask)) |
| #define | MI_GET_PAGE_COLOR_FROM_SESSION(_SessionSpace) ((ULONG)((_SessionSpace->Color++) & MmSecondaryColorMask)) |
| #define | MI_PAGE_COLOR_PTE_PROCESS(PTE, COLOR) ((ULONG)((*(COLOR))++) & MmSecondaryColorMask) |
| #define | MI_PAGE_COLOR_VA_PROCESS(ADDRESS, COLOR) ((ULONG)((*(COLOR))++) & MmSecondaryColorMask) |
| #define | MI_GET_NEXT_COLOR(COLOR) ((COLOR+1) & MM_COLOR_MASK) |
| #define | MI_GET_PREVIOUS_COLOR(COLOR) ((COLOR-1) & MM_COLOR_MASK) |
| #define | MI_GET_SECONDARY_COLOR(PAGE, PFN) (PAGE & MmSecondaryColorMask) |
| #define | MI_GET_COLOR_FROM_SECONDARY(SECONDARY_COLOR) (0) |
| #define | MI_GET_MODIFIED_PAGE_BY_COLOR(PAGE, COLOR) PAGE = MmModifiedPageListByColor[COLOR].Flink |
| #define | MI_GET_MODIFIED_PAGE_ANY_COLOR(PAGE, COLOR) |
| #define | MI_MAKE_VALID_PTE_WRITE_COPY(PPTE) |
| #define | MI_DETERMINE_OWNER(PPTE) (((PMMPTE)(PPTE) <= MiHighestUserPte) ? 1 : 0) |
| #define | MI_SET_ACCESSED_IN_PTE(PPTE, ACCESSED) |
| #define | MI_GET_ACCESSED_IN_PTE(PPTE) 0 |
| #define | MI_SET_OWNER_IN_PTE(PPTE, OWNER) ( (PPTE)->u.Hard.Owner = OWNER ) |
| #define | MI_GET_OWNER_IN_PTE(PPTE) ( (PPTE)->u.Hard.Owner ) |
| #define | CLEAR_FOR_PROTO_PTE_ADDRESS ((ULONG)0x7) |
| #define | CLEAR_FOR_PAGE_FILE 0x000000F8 |
| #define | MI_SET_PAGING_FILE_INFO(OUTPTE, PPTE, FILEINFO, OFFSET) |
| #define | MiPteToProto(lpte) |
| #define | MiProtoAddressForPte(proto_va) |
| #define | MiProtoAddressForKernelPte(proto_va) MiProtoAddressForPte(proto_va) |
| #define | MM_SUBSECTION_MAP (128*1024*1024) |
| #define | MiGetSubsectionAddress(lpte) |
| #define | MiGetSubsectionAddressForPte(VA) |
| #define | MiGetPpeAddress(va) ((PMMPTE)0) |
| #define | MiGetPdeAddress(va) ((PMMPTE)(((((ULONG)(va)) >> PDI_SHIFT) << 2) + PDE_BASE)) |
| #define | MiGetPdeAddress64(va) ((PMMPTE)((ULONG)((((ULONGLONG)(va)) >> PDI_SHIFT) << 2) + PDE_BASE64)) |
| #define | MiGetPteAddress(va) ((PMMPTE)(((((ULONG)(va)) >> PTI_SHIFT) << 2) + PTE_BASE)) |
| #define | MiGetPteAddress64(va) ((PMMPTE)((ULONG)((((ULONGLONG)(va)) >> PTI_SHIFT) << 2) + PTE_BASE64)) |
| #define | MiGetPpeOffset(va) (0) |
| #define | MiGetPdeOffset(va) (((ULONG)(va)) >> PDI_SHIFT) |
| #define | MiGetPpePdeOffset MiGetPdeOffset |
| #define | MiGetPteOffset(va) ( (((ULONG)(va)) << (32-PDI_SHIFT)) >> ((32-PDI_SHIFT) + PTI_SHIFT) ) |
| #define | MiGetVirtualAddressMappedByPpe(PPE) (NULL) |
| #define | MiGetVirtualAddressMappedByPde(va) ((PVOID)((ULONG)(va) << (PDI_SHIFT-2))) |
| #define | MiGetVirtualAddressMappedByPte(va) ((PVOID)((ULONG)(va) << (PAGE_SHIFT-2))) |
| #define | MiGetVirtualAddressMappedByPte64(PTE) ((PVOID64)(((ULONGLONG)((ULONG)(PTE) - PTE_BASE64)) << 11)) |
| #define | MiGetVirtualPageNumberMappedByPte64(PTE) (((ULONG)(PTE) - PTE_BASE64) >> 2) |
| #define | MiIsVirtualAddressOnPpeBoundary(VA) (FALSE) |
| #define | MiIsVirtualAddressOnPdeBoundary(VA) (((ULONG_PTR)(VA) & PAGE_DIRECTORY_MASK) == 0) |
| #define | MiIsPteOnPpeBoundary(PTE) (FALSE) |
| #define | MiIsPteOnPdeBoundary(PTE) (((ULONG_PTR)(PTE) & (PAGE_SIZE - 1)) == 0) |
| #define | MiDoesPpeExistAndMakeValid(PPE, TARGETPROCESS, PFNMUTEXHELD, WAITED) (1) |
| #define | GET_PAGING_FILE_NUMBER(PTE) ( ((PTE).u.Long << 20) >> 28 ) |
| #define | GET_PAGING_FILE_OFFSET(PTE) ((((PTE).u.Long) >> 12) & 0x000FFFFF) |
| #define | IS_PTE_NOT_DEMAND_ZERO(PTE) ((PTE).u.Long & (ULONG)0xFFFFFF01) |
| #define | MI_MAKING_VALID_PTE_INVALID(SYSTEM_WIDE) |
| #define | MI_MAKING_MULTIPLE_PTES_INVALID(SYSTEM_WIDE) |
| #define | MI_MAKE_PROTECT_WRITE_COPY(PTE) |
| #define | MI_SET_PAGE_DIRTY(PPTE, VA, PFNHELD) |
| #define | MI_NO_FAULT_FOUND(TEMP, PPTE, VA, PFNHELD) |
| #define | MI_CAPTURE_DIRTY_BIT_TO_PFN(PPTE, PPFN) |
| #define | MI_IS_PHYSICAL_ADDRESS(Va) ( ((ULONG)Va >= KSEG0_BASE) && ((ULONG)Va < KSEG2_BASE) ) |
| #define | MI_CONVERT_PHYSICAL_TO_PFN(Va) (((ULONG)Va << 2) >> (PAGE_SHIFT + 2)) |
| #define | MI_CONVERT_PHYSICAL_BUS_TO_PFN(Pa) ((ULONG)( (Pa).QuadPart >> ((CCHAR)PAGE_SHIFT))) |
| #define | MI_PTE_LOOKUP_NEEDED (0xfffff) |
| #define | MI_GET_PAGE_FRAME_FROM_PTE(PTE) ((PTE)->u.Hard.PageFrameNumber) |
| #define | MI_GET_PAGE_FRAME_FROM_TRANSITION_PTE(PTE) ((PTE)->u.Trans.PageFrameNumber) |
| #define | MI_GET_PROTECTION_FROM_SOFT_PTE(PTE) ((PTE)->u.Soft.Protection) |
| #define | MI_GET_PROTECTION_FROM_TRANSITION_PTE(PTE) ((PTE)->u.Trans.Protection) |
| #define | MI_WRITE_VALID_PTE(_PointerPte, _PteContents) (*(_PointerPte) = (_PteContents)) |
| #define | MI_WRITE_INVALID_PTE(_PointerPte, _PteContents) (*(_PointerPte) = (_PteContents)) |
| #define | MI_WRITE_VALID_PTE_NEW_PROTECTION(_PointerPte, _PteContents) (*(_PointerPte) = (_PteContents)) |
| #define | MiFillMemoryPte(Destination, Length, Pattern) RtlFillMemoryUlong ((Destination), (Length), (Pattern)) |
| #define | MI_IS_PAGE_TABLE_ADDRESS(VA) ((PVOID)(VA) >= (PVOID)PTE_BASE && (PVOID)(VA) <= (PVOID)PDE_TOP) |
| #define | MI_IS_KERNEL_PAGE_TABLE_ADDRESS(VA) ((PVOID)(VA) >= (PVOID)MiGetPteAddress(MmSystemRangeStart) && (PVOID)(VA) <= (PVOID)PDE_TOP) |
| #define | MI_IS_PAGE_DIRECTORY_ADDRESS(VA) ((PVOID)(VA) >= (PVOID)PDE_BASE && (PVOID)(VA) <= (PVOID)PDE_TOP) |
| #define | MI_IS_HYPER_SPACE_ADDRESS(VA) ((PVOID)(VA) >= (PVOID)HYPER_SPACE && (PVOID)(VA) <= (PVOID)HYPER_SPACE_END) |
| #define | MI_IS_PROCESS_SPACE_ADDRESS(VA) |
| #define | MI_IS_PTE_PROTOTYPE(PTE) ((PTE) > (PMMPTE)PDE_TOP) |
| #define | MI_IS_SYSTEM_CACHE_ADDRESS(VA) |
| #define | MI_BARRIER_SYNCHRONIZE(TimeStamp) |
| #define | MI_BARRIER_STAMP_ZEROED_PAGE(PointerTimeStamp) (*(PULONG)PointerTimeStamp = KeReadMbTimeStamp()) |
| #define | MI_FLUSH_SINGLE_SESSION_TB(Virtual, Invalid, AllProcessors, PtePointer, PteValue, PreviousPte) |
| #define | MI_FLUSH_ENTIRE_SESSION_TB(Invalid, AllProcessors) KeFlushEntireTb (Invalid, AllProcessors); |
Typedefs | |
| typedef _MMCOLOR_TABLES | MMCOLOR_TABLES |
| typedef _MMCOLOR_TABLES * | PMMCOLOR_TABLES |
| typedef _MMPRIMARY_COLOR_TABLES | MMPRIMARY_COLOR_TABLES |
| typedef _MMPRIMARY_COLOR_TABLES * | PMMPRIMARY_COLOR_TABLES |
| typedef _MMPTE_SOFTWARE | MMPTE_SOFTWARE |
| typedef _MMPTE_TRANSITION | MMPTE_TRANSITION |
| typedef _MMPTE_PROTOTYPE | MMPTE_PROTOTYPE |
| typedef _MMPTE_LIST | MMPTE_LIST |
| typedef _MMPTE_SUBSECTION | MMPTE_SUBSECTION |
| typedef _MMPTE | MMPTE |
| typedef MMPTE * | PMMPTE |
Variables | |
| ULONG | MmSecondaryColorMask |
| PMMCOLOR_TABLES | MmFreePagesByColor [2] |
| ULONG | MmTotalPagesForPagingFile |
|
|
Definition at line 256 of file alpha/mialpha.h. |
|
|
Definition at line 1396 of file alpha/mialpha.h. |
|
|
Definition at line 1391 of file alpha/mialpha.h. |
|
|
Definition at line 351 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 2003 of file alpha/mialpha.h. Referenced by MiMakeOutswappedPageResident(), MiReleasePageFileSpace(), MiResolvePageFileFault(), and MiWriteComplete(). |
|
|
Definition at line 2026 of file alpha/mialpha.h. Referenced by MiMakeOutswappedPageResident(), MiReleasePageFileSpace(), MiResolvePageFileFault(), and MiWriteComplete(). |
|
|
Definition at line 248 of file alpha/mialpha.h. Referenced by AggregatePages(). |
|
|
Definition at line 249 of file alpha/mialpha.h. |
|
|
Definition at line 241 of file alpha/mialpha.h. Referenced by AggregatePages(). |
|
|
Definition at line 242 of file alpha/mialpha.h. Referenced by AggregatePages(), and MaximumAlignment(). |
|
|
Definition at line 234 of file alpha/mialpha.h. Referenced by AggregatePages(). |
|
|
Definition at line 235 of file alpha/mialpha.h. Referenced by AggregatePages(), and MaximumAlignment(). |
|
|
Definition at line 227 of file alpha/mialpha.h. Referenced by AggregatePages(). |
|
|
Definition at line 228 of file alpha/mialpha.h. Referenced by AggregatePages(), and MaximumAlignment(). |
|
|
Definition at line 349 of file alpha/mialpha.h. Referenced by MiEnsureAvailablePageOrWait(), MiInitializeWorkingSetList(), MiInitMachineDependent(), MmAccessFault(), MmCreateProcessAddressSpace(), MmDeleteProcessAddressSpace(), MmInitializeProcessAddressSpace(), and MmInSwapProcess(). |
|
|
Definition at line 170 of file alpha/mialpha.h. Referenced by MiInitializeWorkingSetList(), and MiInitMachineDependent(). |
|
|
Definition at line 358 of file alpha/mialpha.h. Referenced by MiMapImageHeaderInHyperSpace(), and MiUnmapImageHeaderInHyperSpace(). |
|
|
Definition at line 2050 of file alpha/mialpha.h. Referenced by MiCleanSection(), MiCloneProcessAddressSpace(), MiDecrementCloneBlockReference(), MiDeleteVirtualAddresses(), MiResolveProtoPteFault(), and MiSegmentDelete(). |
|
|
Definition at line 355 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 280 of file alpha/mialpha.h. |
|
|
Definition at line 273 of file alpha/mialpha.h. Referenced by NtCreatePagingFile(). |
|
|
Definition at line 2799 of file alpha/mialpha.h. Referenced by MiInsertPageInList(), MiRemoveZeroPage(), MiResolveDemandZeroFault(), and MmAccessFault(). |
|
|
Value:
Definition at line 2767 of file alpha/mialpha.h. Referenced by MiResolveDemandZeroFault(), MmAccessFault(), and MmCheckCachedPageState(). |
|
|
Value:
Definition at line 2228 of file alpha/mialpha.h. Referenced by MiCopyOnWrite(), MiDeletePte(), MiDeleteSystemPagableVm(), MiDeleteValidAddress(), MiEliminateWorkingSetEntry(), MiFlushTbAndCapture(), MiProtectSpecialPool(), MiRemoveMappedPtes(), MiSetPagingOfDriver(), MiSetSystemCodeProtection(), and MmUnmapViewInSystemCache(). |
|
|
Definition at line 964 of file alpha/mialpha.h. Referenced by MiFindContiguousMemory(), MiRemoveAnyPage(), and MiRemoveZeroPage(). |
|
|
Definition at line 2312 of file alpha/mialpha.h. Referenced by MiMapViewOfPhysicalSection(). |
|
|
|
Definition at line 1289 of file alpha/mialpha.h. Referenced by MmCheckCachedPageState(), and MmCopyToCachedPage(). |
|
|
Definition at line 861 of file alpha/mialpha.h. Referenced by MiMapLockedPagesInUserSpace(), MiMapSinglePage(), MmAllocateNonCachedMemory(), MmMapIoSpace(), MmMapLockedPagesSpecifyCache(), and MmMapVideoDisplay(). |
|
|
Definition at line 837 of file alpha/mialpha.h. |
|
|
Definition at line 2870 of file alpha/mialpha.h. Referenced by MiDeleteSystemPagableVm(), MiEnablePagingOfDriverAtInit(), MiRemoveMappedPtes(), MiRemoveWorkingSetPages(), and MiSetPagingOfDriver(). |
|
|
Value:
Definition at line 2841 of file alpha/mialpha.h. Referenced by MiDereferenceSession(), MiEliminateWorkingSetEntry(), MiInitializeSessionPool(), MiSessionCopyOnWrite(), MiSessionCreateInternal(), and MiSetSystemCodeProtection(). |
|
|
Definition at line 1336 of file alpha/mialpha.h. Referenced by MiReplaceWorkingSetEntryUsingFaultInfo(), and MiTrimWorkingSet(). |
|
|
Definition at line 1167 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), MiInsertPageInList(), and MiUnlinkFreeOrZeroedPage(). |
|
|
Value:
Definition at line 1227 of file alpha/mialpha.h. Referenced by MiModifiedPageWriterWorker(). |
|
|
Definition at line 1196 of file alpha/mialpha.h. Referenced by MiGatherPagefilePages(). |
|
|
Definition at line 1141 of file alpha/mialpha.h. Referenced by MiGatherPagefilePages(). |
|
|
Definition at line 1384 of file alpha/mialpha.h. |
|
|
|
Definition at line 1063 of file alpha/mialpha.h. Referenced by MiResolveMappedFileFault(), MiResolvePageFileFault(), MiSessionCommitImagePages(), and MiSessionCommitPageTables(). |
|
|
Definition at line 1038 of file alpha/mialpha.h. Referenced by MiFindContiguousMemory(), MiResolvePageFileFault(), MiSessionCreateInternal(), and MiSessionInitializeWorkingSetList(). |
|
|
|
|
Definition at line 1163 of file alpha/mialpha.h. |
|
|
Definition at line 2412 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(), MiCompleteProtoPteFault(), MiCreateImageFileMap(), MiGetWorkingSetInfo(), MiResolveProtoPteFault(), MmAccessFault(), and MmExtendSection(). |
|
|
Definition at line 2413 of file alpha/mialpha.h. |
|
|
Definition at line 1165 of file alpha/mialpha.h. Referenced by MiCopyOnWrite(), MiInsertPageInList(), MiRemoveAnyPage(), MiRemovePageFromList(), MiRemoveZeroPage(), MiSessionCopyOnWrite(), MiUnlinkFreeOrZeroedPage(), and MmZeroPageThread(). |
|
|
Definition at line 665 of file alpha/mialpha.h. Referenced by MiLocateWsle(), MiProtectVirtualMemory(), and MiSetProtectionOnSection(). |
|
|
Definition at line 989 of file alpha/mialpha.h. Referenced by MmCreateProcessAddressSpace(). |
|
|
Definition at line 884 of file alpha/mialpha.h. Referenced by MiInitializePfn(), and MiMapViewOfPhysicalSection(). |
|
|
Definition at line 2642 of file alpha/mialpha.h. Referenced by MiEnsureAvailablePageOrWait(), and MmAccessFault(). |
|
|
Definition at line 2592 of file alpha/mialpha.h. Referenced by MiCheckPdeForPagedPool(). |
|
|
Definition at line 2617 of file alpha/mialpha.h. |
|
|
Definition at line 2568 of file alpha/mialpha.h. Referenced by MiAddValidPageToWorkingSet(), MiCheckVirtualAddress(), MiResolveDemandZeroFault(), MiResolvePageFileFault(), and MmAccessFault(). |
|
|
Definition at line 934 of file alpha/mialpha.h. Referenced by MiCleanSection(), MiDecrementReferenceCount(), MiWriteComplete(), and MmFreePagesFromMdl(). |
|
|
|
Value:
Definition at line 2668 of file alpha/mialpha.h. Referenced by MiAddValidPageToWorkingSet(). |
|
|
Definition at line 757 of file alpha/mialpha.h. Referenced by MiEliminateWorkingSetEntry(), MiFlushDirtyBitsToPfn(), MiFlushTbAndCapture(), MiResetVirtualMemory(), MiSessionCopyOnWrite(), MiSetPageModified(), MiSetSystemCodeProtection(), and MmSetAddressRangeModified(). |
|
|
Definition at line 2693 of file alpha/mialpha.h. Referenced by MiGetPageProtection(). |
|
|
Value:
Definition at line 2717 of file alpha/mialpha.h. Referenced by MiAddValidPageToWorkingSet(), MiRemoveWsle(), MiUpdateWsle(), MiWaitForInPageComplete(), MmFlushVirtualMemory(), MmLockPagableSectionByHandle(), and MmProbeAndLockPages(). |
|
|
Value:
Definition at line 2123 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(), and MiHandleForkTransitionPte(). |
|
|
Value:
Definition at line 571 of file alpha/mialpha.h. Referenced by MiInitializeReadInProgressPfn(), and MiInitializeTransitionPfn(). |
|
|
Value:
Definition at line 601 of file alpha/mialpha.h. Referenced by MiDispatchFault(), MiMakeOutswappedPageResident(), and MiResolveTransitionFault(). |
|
|
|
Value:
Definition at line 535 of file alpha/mialpha.h. Referenced by MiDecrementShareCount(), MiEliminateWorkingSetEntry(), MiEnablePagingOfDriverAtInit(), MiSetPagingOfDriver(), MmOutPageKernelStack(), and MmOutSwapProcess(). |
|
|
Value:
Definition at line 1261 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(). |
|
|
Definition at line 2099 of file alpha/mialpha.h. Referenced by MiFreeNonPagedPool(), MiMapPageInHyperSpace(), MmFreeNonCachedMemory(), and MmFreePagesFromMdl(). |
|
|
Definition at line 2074 of file alpha/mialpha.h. Referenced by MiEliminateWorkingSetEntry(). |
|
|
Definition at line 400 of file alpha/mialpha.h. Referenced by MiLocateWsle(). |
|
|
Value:
Definition at line 2192 of file alpha/mialpha.h. Referenced by MmAccessFault(). |
|
|
Definition at line 1089 of file alpha/mialpha.h. Referenced by MiDoneWithThisPageGetAnother(), MiInitializeWorkingSetList(), MiResolveMappedFileFault(), and MmCreateProcessAddressSpace(). |
|
|
Definition at line 1116 of file alpha/mialpha.h. Referenced by MiGetPageForHeader(), MiResolveDemandZeroFault(), MiResolvePageFileFault(), MmAccessFault(), and MmCreateProcessAddressSpace(). |
|
|
Definition at line 110 of file alpha/mialpha.h. Referenced by MiInitializeSystemCache(), and MiInitializeSystemPtes(). |
|
|
|
Definition at line 1313 of file alpha/mialpha.h. Referenced by MiCopyOnWrite(), MiReloadBootLoadedDrivers(), MiReplaceWorkingSetEntryUsingFaultInfo(), MiSessionCopyOnWrite(), MiSetDirtyBit(), and MiTrimWorkingSet(). |
|
|
Definition at line 784 of file alpha/mialpha.h. |
|
|
Definition at line 808 of file alpha/mialpha.h. Referenced by MiMakeOutswappedPageResident(), MmCheckCachedPageState(), MmCopyToCachedPage(), MmCreateProcessAddressSpace(), and MmMapVideoDisplay(). |
|
|
Definition at line 1360 of file alpha/mialpha.h. Referenced by MiBuildForkPageTable(). |
|
|
Value: Definition at line 2157 of file alpha/mialpha.h. Referenced by MmAccessFault(). |
|
|
Value:
Definition at line 1428 of file alpha/mialpha.h. Referenced by MiCheckForCrashDump(), and MiGatherPagefilePages(). |
|
|
|
Definition at line 733 of file alpha/mialpha.h. Referenced by MiFlushDirtyBitsToPfn(), MiResetVirtualMemory(), MiResolveTransitionFault(), MiSetPageModified(), and MmSetAddressRangeModified(). |
|
|
|
|
Definition at line 687 of file alpha/mialpha.h. Referenced by MiMapLockedPagesInUserSpace(), MiMapSinglePage(), MiMapViewOfPhysicalSection(), MiSweepCacheMachineDependent(), MmMapIoSpace(), and MmMapLockedPagesSpecifyCache(). |
|
|
|
|
Definition at line 2513 of file alpha/mialpha.h. Referenced by MiCopyOnWrite(), MiProtectSpecialPool(), MiSetDirtyBit(), MmAccessFault(), MmMakeKernelResourceSectionWritable(), and MmSetAddressRangeModified(). |
|
|
|
|
|
Definition at line 1646 of file alpha/mialpha.h. |
|
|
Definition at line 1722 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(), MiSessionInSwapProcess(), MiSessionOutSwapProcess(), MmCreateProcessAddressSpace(), MmInSwapProcess(), and MmOutSwapProcess(). |
|
|
|
Definition at line 1698 of file alpha/mialpha.h. Referenced by MiSessionInSwapProcess(), MiSessionOutSwapProcess(), MmCreateProcessAddressSpace(), MmDeleteProcessAddressSpace(), MmInSwapProcess(), and MmOutSwapProcess(). |
|
|
Definition at line 1746 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(), MiInsertVad(), and MiReturnPageTablePageCommitment(). |
|
|
|
Definition at line 1674 of file alpha/mialpha.h. Referenced by MmDbgWriteCheck64(). |
|
|
Definition at line 1769 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(), MiSessionInSwapProcess(), MiSessionOutSwapProcess(), MmInSwapProcess(), and MmOutSwapProcess(). |
|
|
Value:
Definition at line 1559 of file alpha/mialpha.h. Referenced by MiCleanSection(), MiCompleteProtoPteFault(), MiCreateImageFileMap(), MiGatherMappedPages(), MiGetSubsectionAndProtoFromPte(), MiModifiedPageWriterWorker(), MiResolveMappedFileFault(), MiResolveProtoPteFault(), MiRestoreTransitionPte(), MmCheckCachedPageState(), MmCopyToCachedPage(), MmInitSystem(), MmShutdownSystem(), and MmUnmapVideoDisplay(). |
|
|
Value:
Definition at line 1591 of file alpha/mialpha.h. Referenced by MiCreateDataFileMap(), MiCreateImageFileMap(), MiMapViewOfPhysicalSection(), MiPurgeImageSection(), MmExtendSection(), MmInitSystem(), and MmMapVideoDisplay(). |
|
|
Definition at line 1817 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), and MmIsAddressValid(). |
|
|
Definition at line 1793 of file alpha/mialpha.h. |
|
|
|
Definition at line 1845 of file alpha/mialpha.h. |
|
|
Definition at line 1848 of file alpha/mialpha.h. |
|
|
|
|
Definition at line 1897 of file alpha/mialpha.h. Referenced by MiDeleteVirtualAddresses(). |
|
|
Definition at line 1873 of file alpha/mialpha.h. Referenced by MiDeleteVirtualAddresses(). |
|
|
Definition at line 1527 of file alpha/mialpha.h. Referenced by MiAddMappedPtes(), and MmMapViewInSystemCache(). |
|
|
Value:
Definition at line 1495 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(), MiEliminateWorkingSetEntry(), MiHandleForkTransitionPte(), MiMapViewOfPhysicalSection(), MmAccessFault(), MmInitSystem(), and MmMapVideoDisplay(). |
|
|
Value:
Definition at line 1466 of file alpha/mialpha.h. Referenced by MiCloneProcessAddressSpace(), MiDeletePte(), MiFindActualFaultingPte(), MiGetPageProtection(), MiGetSubsectionAndProtoFromPte(), MiSetProtectionOnSection(), MiSetSystemCodeProtection(), MiWaitForInPageComplete(), MmAccessFault(), MmCheckCachedPageState(), MmCopyToCachedPage(), MmInitSystem(), and MmUnmapVideoDisplay(). |
|
|
Definition at line 321 of file alpha/mialpha.h. Referenced by MiBuildPagedPool(), MiMapSinglePage(), MmMapIoSpace(), and MmMapLockedPagesSpecifyCache(). |
|
|
Definition at line 315 of file alpha/mialpha.h. Referenced by MiAddMappedPtes(), MiFindContiguousMemory(), MiInitMachineDependent(), MiMapPageInHyperSpace(), MiRemoveAnyPage(), MiRemoveZeroPage(), MiZeroPhysicalPage(), MmDbgTranslatePhysicalAddress(), MmMapLockedPagesSpecifyCache(), and MmMapViewInSystemCache(). |
|
|
Definition at line 327 of file alpha/mialpha.h. Referenced by MiBuildPagedPool(), MmMapIoSpace(), and MmMapLockedPagesSpecifyCache(). |
|
|
Definition at line 180 of file alpha/mialpha.h. Referenced by MmInitSystem(). |
|
|
|
|
Definition at line 108 of file alpha/mialpha.h. Referenced by MiAllocateSpecialPool(), MiInitializeSpecialPool(), MiInitializeSystemCache(), MiInitializeSystemPtes(), MiReleaseSystemPtes(), MiReserveSystemPtes(), MiReserveSystemPtes2(), MmFreeSpecialPool(), MmMapViewInSystemCache(), and MmUnmapViewInSystemCache(). |
|
|
Definition at line 294 of file alpha/mialpha.h. |
|
|
Definition at line 425 of file alpha/mialpha.h. Referenced by MiAllocatePoolPages(), MiEnablePagingOfDriverAtInit(), MiLoadImageSection(), MiMakeOutswappedPageResident(), MiSetPagingOfDriver(), MmCreateKernelStack(), MmGrowKernelStack(), MmInPageKernelStack(), and MmMapMemoryDumpMdl(). |
|
|
Definition at line 431 of file alpha/mialpha.h. Referenced by MiAddSystemPtes(), MiAllocatePoolPages(), MiBuildPagedPool(), MiCheckSessionPoolAllocations(), MiFreePoolPages(), MiInitializeSessionPool(), MiReleaseSystemPtes(), MiReserveSystemPtes(), MiSessionDeletePde(), and MmFreeSpecialPool(). |
|
|
Definition at line 116 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), MiMapPageInHyperSpace(), MiMapPageToZeroInHyperSpace(), MmCreateProcessAddressSpace(), and MmMapLockedPagesSpecifyCache(). |
|
|
Definition at line 162 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 196 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 208 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 210 of file alpha/mialpha.h. |
|
|
Definition at line 190 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 202 of file alpha/mialpha.h. Referenced by MiBuildPagedPool(). |
|
|
Definition at line 216 of file alpha/mialpha.h. |
|
|
Definition at line 303 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 143 of file alpha/mialpha.h. |
|
|
Definition at line 178 of file alpha/mialpha.h. Referenced by MmInitSystem(). |
|
|
Definition at line 364 of file alpha/mialpha.h. Referenced by MiDoReplacement(), MiInitializeSystemCache(), MiInitializeWorkingSetList(), MmCleanProcessAddressSpace(), and MmInitSystem(). |
|
|
Definition at line 133 of file alpha/mialpha.h. Referenced by NtAllocateVirtualMemory(), and NtMapViewOfSection(). |
|
|
Definition at line 176 of file alpha/mialpha.h. Referenced by MmInitSystem(). |
|
|
Definition at line 164 of file alpha/mialpha.h. Referenced by MmInitSystem(). |
|
|
Definition at line 309 of file alpha/mialpha.h. Referenced by MmDbgTranslatePhysicalAddress(). |
|
|
Definition at line 160 of file alpha/mialpha.h. Referenced by MiCheckVirtualAddress(), MiMakeSystemAddressValid(), MiRemoveWsle(), and MiUpdateWsle(). |
|
|
Definition at line 130 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), MiMapPageInHyperSpace(), MiMapPageToZeroInHyperSpace(), MmDbgWriteCheck(), and MmSetKernelDumpRange(). |
|
|
Definition at line 394 of file alpha/mialpha.h. |
|
|
Definition at line 267 of file alpha/mialpha.h. Referenced by MiCreateDataFileMap(), MiCreateImageFileMap(), and MiCreatePagingFileMap(). |
|
|
Definition at line 392 of file alpha/mialpha.h. |
|
|
Definition at line 437 of file alpha/mialpha.h. |
|
|
Definition at line 375 of file alpha/mialpha.h. |
|
|
Definition at line 439 of file alpha/mialpha.h. Referenced by MiSetDirtyBit(). |
|
|
Definition at line 371 of file alpha/mialpha.h. |
|
|
Definition at line 386 of file alpha/mialpha.h. Referenced by MiBuildPageTableForDrivers(), and MiLoadImageSection(). |
|
|
Definition at line 387 of file alpha/mialpha.h. |
|
|
Definition at line 388 of file alpha/mialpha.h. |
|
|
Definition at line 389 of file alpha/mialpha.h. |
|
|
Definition at line 373 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 391 of file alpha/mialpha.h. |
|
|
Definition at line 382 of file alpha/mialpha.h. |
|
|
Definition at line 390 of file alpha/mialpha.h. |
|
|
Definition at line 376 of file alpha/mialpha.h. Referenced by MiMapBBTMemory(), MmCheckCachedPageState(), and MmCopyToCachedPage(). |
|
|
Definition at line 370 of file alpha/mialpha.h. |
|
|
Definition at line 383 of file alpha/mialpha.h. |
|
|
Definition at line 384 of file alpha/mialpha.h. |
|
|
Definition at line 372 of file alpha/mialpha.h. |
|
|
Definition at line 369 of file alpha/mialpha.h. |
|
|
Definition at line 374 of file alpha/mialpha.h. Referenced by MmAccessFault(), and MmProbeAndLockPages(). |
|
|
Definition at line 385 of file alpha/mialpha.h. |
|
|
Definition at line 333 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 337 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 335 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 141 of file alpha/mialpha.h. Referenced by KeDetachSessionSpace(), KiSyncNewRegionId(), KiSyncNewRegionIdTarget(), KiSyncSessionTarget(), MiInitializeWorkingSetList(), MmCreateProcessAddressSpace(), and MmInitSystem(). |
|
|
Definition at line 446 of file alpha/mialpha.h. Referenced by MmCreateKernelStack(), and MmDeleteKernelStack(). |
|
|
Definition at line 447 of file alpha/mialpha.h. Referenced by MmCreateKernelStack(). |
|
|
Definition at line 1531 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 139 of file alpha/mialpha.h. Referenced by MmInitSystem(). |
|
|
Definition at line 137 of file alpha/mialpha.h. Referenced by MiInitializeSystemCache(), and MmInitSystem(). |
|
|
Definition at line 146 of file alpha/mialpha.h. Referenced by MiDetermineUserGlobalPteMask(), and MmCreateProcessAddressSpace(). |
|
|
Definition at line 168 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), MmAccessFault(), MmCreateProcessAddressSpace(), and MmSetKernelDumpRange(). |
|
|
Definition at line 135 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), MiRestoreTransitionPte(), MiUpdateWsle(), and MmCreateProcessAddressSpace(). |
|
|
Definition at line 154 of file alpha/mialpha.h. Referenced by MiInitializeSystemSpaceMap(), and MmInitSystem(). |
|
|
Definition at line 158 of file alpha/mialpha.h. Referenced by MiInitializeSystemSpaceMap(), and MmInitSystem(). |
|
|
Definition at line 152 of file alpha/mialpha.h. Referenced by MmInitSystem(). |
|
|
Definition at line 156 of file alpha/mialpha.h. Referenced by MmInitSystem(). |
|
|
Definition at line 132 of file alpha/mialpha.h. Referenced by MiMapViewOfDataSection(), MiMapViewOfPhysicalSection(), NtAllocateVirtualMemory(), and NtMapViewOfSection(). |
|
|
Definition at line 461 of file alpha/mialpha.h. |
|
|
Definition at line 278 of file alpha/mialpha.h. Referenced by MiGetPageProtection(), MiInitMachineDependent(), MiMapBBTMemory(), MiMapViewOfPhysicalSection(), MiSessionInitializeWorkingSetList(), MmCreateProcessAddressSpace(), and MmMapVideoDisplay(). |
|
|
Definition at line 263 of file alpha/mialpha.h. |
|
|
Definition at line 264 of file alpha/mialpha.h. |
|
|
Definition at line 367 of file alpha/mialpha.h. |
|
|
Definition at line 412 of file alpha/mialpha.h. Referenced by MiFillSystemPageDirectory(), MmAccessFault(), and MmMapVideoDisplay(). |
|
|
Definition at line 406 of file alpha/mialpha.h. Referenced by MmAccessFault(), and MmReleaseDumpAddresses(). |
|
|
Definition at line 122 of file alpha/mialpha.h. |
|
|
Definition at line 166 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), MmCreateProcessAddressSpace(), and MmInitSystem(). |
|
|
Definition at line 353 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(), and MiMapPageInHyperSpace(). |
|
|
Definition at line 276 of file alpha/mialpha.h. Referenced by MiInitMachineDependent(). |
|
|
Definition at line 126 of file alpha/mialpha.h. |
|
|
Definition at line 453 of file alpha/mialpha.h. Referenced by MiAllocatePoolPages(), MiBuildPagedPool(), MiCheckPdeForPagedPool(), MiFillSystemPageDirectory(), MiInitMachineDependent(), MiInsertVad(), and MiRemoveMappedPtes(). |
|
|
Definition at line 124 of file alpha/mialpha.h. Referenced by MiDetermineUserGlobalPteMask(), MiFreeWsle(), and MiWriteComplete(). |
|
|
Definition at line 301 of file alpha/mialpha.h. Referenced by MiSectionInitialization(). |
|
|
Definition at line 128 of file alpha/mialpha.h. |
|
|
Definition at line 455 of file alpha/mialpha.h. Referenced by MiAllocatePoolPages(), MiBuildPagedPool(), MiCheckSessionPoolAllocations(), MiInitializeSessionPool(), MiInitializeSpecialPool(), MiInitMachineDependent(), MiMapBBTMemory(), MiSessionDeletePde(), MmCreateProcessAddressSpace(), and MmInitSystem(). |
|
|
|
Definition at line 362 of file alpha/mialpha.h. Referenced by MiInitializeWorkingSetList(), and MiInitMachineDependent(). |
|
|
Definition at line 360 of file alpha/mialpha.h. Referenced by MiMapPageToZeroInHyperSpace(). |
|
|
Referenced by MiInitMachineDependent(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 2433 of file alpha/mialpha.h. Referenced by MmAddPhysicalMemory(), and MmOutSwapProcess(). |
|
|
Definition at line 2332 of file alpha/mialpha.h. |
|
|
Definition at line 343 of file alpha/mialpha.h. |
|
|
Definition at line 2334 of file alpha/mialpha.h. |
1.3.7