Lines Matching refs:AddressSpace
61 PMMSUPPORT AddressSpace, in MmLocateMemoryAreaByAddress() argument
72 Process = MmGetAddressSpaceOwner(AddressSpace); in MmLocateMemoryAreaByAddress()
107 PMMSUPPORT AddressSpace, in MmLocateMemoryAreaByRegion() argument
120 Process = MmGetAddressSpaceOwner(AddressSpace); in MmLocateMemoryAreaByRegion()
167 PMMSUPPORT AddressSpace, in MmInsertMemoryArea() argument
171 PEPROCESS Process = MmGetAddressSpaceOwner(AddressSpace); in MmInsertMemoryArea()
216 PMMSUPPORT AddressSpace, in MmFindGap() argument
227 Process = MmGetAddressSpaceOwner(AddressSpace); in MmFindGap()
284 PMMSUPPORT AddressSpace, in MmFreeMemoryArea() argument
293 …ASSERT(CONTAINING_RECORD(AddressSpace, EPROCESS, Vm)->AddressCreationLock.Owner == KeGetCurrentThr… in MmFreeMemoryArea()
301 PEPROCESS Process = MmGetAddressSpaceOwner(AddressSpace); in MmFreeMemoryArea()
410 MmCreateMemoryArea(PMMSUPPORT AddressSpace, in MmCreateMemoryArea() argument
459 *BaseAddress = MmFindGap(AddressSpace, in MmCreateMemoryArea()
472 MmInsertMemoryArea(AddressSpace, MemoryArea, Protect); in MmCreateMemoryArea()
480 if (!MmGetAddressSpaceOwner(AddressSpace) && *BaseAddress < MmSystemRangeStart) in MmCreateMemoryArea()
487 if (MmGetAddressSpaceOwner(AddressSpace) && in MmCreateMemoryArea()
498 if (MmLocateMemoryAreaByRegion(AddressSpace, in MmCreateMemoryArea()
510 MmInsertMemoryArea(AddressSpace, MemoryArea, Protect); in MmCreateMemoryArea()