Home
last modified time | relevance | path

Searched refs:PCONTROL_AREA (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/ndk/
H A Dmmtypes.h539 } CONTROL_AREA, *PCONTROL_AREA; typedef
573 PCONTROL_AREA ControlArea;
590 PCONTROL_AREA ControlArea;
622 PCONTROL_AREA ControlArea;
736 PCONTROL_AREA ControlArea;
765 PCONTROL_AREA ControlArea;
/reactos/ntoskrnl/mm/ARM3/
H A Dsection.c560 PCONTROL_AREA ControlArea; in MiLocateSubsection()
593 PCONTROL_AREA ControlArea; in MiSegmentDelete()
770 PCONTROL_AREA ControlArea; in MiRemoveMappedView()
1048 PCONTROL_AREA ControlArea; in MiMapViewInSystemSpace()
1431 PCONTROL_AREA ControlArea; in MiCreatePagingFileMap()
1563 PCONTROL_AREA ControlArea; in MiGetFileObjectForVad()
2070 PCONTROL_AREA ControlArea; in MiUnmapViewInSystemSpace()
2114 PCONTROL_AREA ControlArea; in MmCreateArm3Section()
2543 PCONTROL_AREA ControlArea; in MmMapViewOfArm3Section()
2793 PCONTROL_AREA ControlArea; in MmCommitSessionMappedView()
[all …]
H A Dmiarm.h459 PCONTROL_AREA ControlArea;
/reactos/ntoskrnl/mm/
H A Dsection.c3677 PCONTROL_AREA ControlArea = Vad->ControlArea; in MiRosUnmapViewOfSection()