Home
last modified time | relevance | path

Searched refs:PMMSUPPORT (Results 1 – 19 of 19) sorted by relevance

/reactos/ntoskrnl/cache/section/
H A Dnewmm.h36 PMMSUPPORT AddressSpace,
41 PMMSUPPORT AddressSpace,
48 PMMSUPPORT AddressSpace,
168 MiReadFilePage(PMMSUPPORT AddressSpace,
174 MiGetOnePage(PMMSUPPORT AddressSpace,
180 MiSwapInPage(PMMSUPPORT AddressSpace,
186 MiWriteSwapPage(PMMSUPPORT AddressSpace,
192 MiWriteFilePage(PMMSUPPORT AddressSpace,
206 _In_ PMMSUPPORT AddressSpace,
280 _In_ PMMSUPPORT AddressSpace,
[all …]
H A Dreqtools.c83 MiGetOnePage(PMMSUPPORT AddressSpace, in MiGetOnePage()
133 MiReadFilePage(PMMSUPPORT AddressSpace, in MiReadFilePage()
220 MiSwapInPage(PMMSUPPORT AddressSpace, in MiSwapInPage()
271 MiWriteFilePage(PMMSUPPORT AddressSpace, in MiWriteFilePage()
H A Dfault.c108 _In_ PMMSUPPORT AddressSpace, in MmNotPresentFaultCachePage()
325 _In_ PMMSUPPORT AddressSpace, in MiCowCacheSectionPage()
467 PMMSUPPORT AddressSpace;
534 PMMSUPPORT AddressSpace, in MmpSectionAccessFaultInner()
698 PMMSUPPORT AddressSpace; in MmAccessFaultCacheSection()
753 PMMSUPPORT AddressSpace, in MmNotPresentFaultCacheSectionInner()
917 PMMSUPPORT AddressSpace; in MmNotPresentFaultCacheSection()
H A Ddata.c138 PMMSUPPORT AddressSpace = MmGetKernelAddressSpace(); in _MiFlushMappedSection()
539 _MiMapViewOfSegment(PMMSUPPORT AddressSpace, in _MiMapViewOfSegment()
672 PMMSUPPORT AddressSpace; in MmFreeCacheSectionPage()
715 MmUnmapViewOfCacheSegment(PMMSUPPORT AddressSpace, in MmUnmapViewOfCacheSegment()
803 PMMSUPPORT AddressSpace; in MmMapCacheViewInSystemSpaceAtOffset()
834 PMMSUPPORT AddressSpace; in MmUnmapCacheViewInSystemSpace()
H A Dswapout.c279 MmPageOutCacheSection(PMMSUPPORT AddressSpace, in MmPageOutCacheSection()
353 PMMSUPPORT AddressSpace = NULL; in MmpPageOutPhysicalAddress()
/reactos/ntoskrnl/include/internal/
H A Dmm.h13 extern PMMSUPPORT MmKernelAddressSpace;
517 PMMSUPPORT AddressSpace,
574 PMMSUPPORT AddressSpace,
587 PMMSUPPORT AddressSpace,
594 PMMSUPPORT AddressSpace,
609 PMMSUPPORT AddressSpace,
617 PMMSUPPORT AddressSpace,
626 PMMSUPPORT AddressSpace);
1338 PMMSUPPORT AddressSpace,
1718 PMMSUPPORT
[all …]
/reactos/ntoskrnl/mm/
H A Dmarea.c61 PMMSUPPORT AddressSpace, in MmLocateMemoryAreaByAddress()
107 PMMSUPPORT AddressSpace, in MmLocateMemoryAreaByRegion()
167 PMMSUPPORT AddressSpace, in MmInsertMemoryArea()
216 PMMSUPPORT AddressSpace, in MmFindGap()
284 PMMSUPPORT AddressSpace, in MmFreeMemoryArea()
410 MmCreateMemoryArea(PMMSUPPORT AddressSpace, in MmCreateMemoryArea()
H A Dmmfault.c28 PMMSUPPORT AddressSpace; in MmpAccessFault()
124 PMMSUPPORT AddressSpace; in MmNotPresentFault()
H A Dregion.c36 ULONG NewProtect, PMMSUPPORT AddressSpace, in MmSplitRegion()
108 MmAlterRegion(PMMSUPPORT AddressSpace, PVOID BaseAddress, in MmAlterRegion()
H A Dsection.c1446 MmAlterViewAttributes(PMMSUPPORT AddressSpace, in MmAlterViewAttributes()
1537 MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace, in MmNotPresentFaultSectionView()
1915 MmAccessFaultSectionView(PMMSUPPORT AddressSpace, in MmAccessFaultSectionView()
2068 MmProtectSectionView(PMMSUPPORT AddressSpace, in MmProtectSectionView()
3368 PMMSUPPORT AddressSpace, in MmMapViewOfSegment()
3453 PMMSUPPORT AddressSpace; in MmFreeSectionPage()
3456 AddressSpace = (PMMSUPPORT)Context; in MmFreeSectionPage()
3530 MmUnmapViewOfSegment(PMMSUPPORT AddressSpace, in MmUnmapViewOfSegment()
3600 PMMSUPPORT AddressSpace; in MiRosUnmapViewOfSection()
4013 PMMSUPPORT AddressSpace; in MmMapViewOfSection()
[all …]
H A Dmminit.c27 PMMSUPPORT MmKernelAddressSpace;
H A Drmap.c55 PMMSUPPORT AddressSpace; in MmPageOutPhysicalAddress()
/reactos/ntoskrnl/mm/ARM3/
H A Dwslist.cpp315 _Inout_ PMMSUPPORT Vm, in MiInsertInWorkingSetList()
358 _Inout_ PMMSUPPORT Vm, in MiRemoveFromWorkingSetList()
369 MiInitializeWorkingSetList(_Inout_ PMMSUPPORT WorkingSet) in MiInitializeWorkingSetList()
414 PMMSUPPORT Vm = NULL; in MmWorkingSetManager()
H A Dmmsup.c51 PMMSUPPORT Ws; in MmAdjustWorkingSetSize()
H A Dmiarm.h669 MI_IS_PROCESS_WORKING_SET(PMMSUPPORT WorkingSet) in MI_IS_PROCESS_WORKING_SET()
1274 IN PMMSUPPORT WorkingSet) in MiLockWorkingSet()
1316 _In_ PMMSUPPORT WorkingSet) in MiLockWorkingSetShared()
1360 IN PMMSUPPORT WorkingSet) in MiUnlockWorkingSet()
1399 _In_ PMMSUPPORT WorkingSet) in MiUnlockWorkingSetShared()
1438 _In_ PMMSUPPORT Vm) in MiConvertSharedWorkingSetLockToExclusive()
H A Dvirtual.c2165 PMMSUPPORT AddressSpace; in MiRosProtectVirtualMemory()
2206 PMMSUPPORT AddressSpace; in MiProtectVirtualMemory()
3387 PMMSUPPORT AddressSpace; in MiLockVirtualMemory()
3706 PMMSUPPORT AddressSpace; in MiUnlockVirtualMemory()
4503 PMMSUPPORT AddressSpace; in NtAllocateVirtualMemory()
5245 PMMSUPPORT AddressSpace; in NtFreeVirtualMemory()
H A Dpagfault.c1717 PMMSUPPORT WorkingSet; in MmArmAccessFault()
H A Dsection.c1923 IN PMMSUPPORT Ws) in MiRemoveMappedPtes()
/reactos/sdk/include/ndk/
H A Dmmtypes.h965 } MMSUPPORT, *PMMSUPPORT; typedef