Home
last modified time | relevance | path

Searched refs:MapSize (Results 1 – 7 of 7) sorted by relevance

/reactos/boot/freeldr/freeldr/arch/uefi/
H A Duefimem.c153 UINTN MapSize; in UefiMemGetMemoryMap() local
179 &MapSize, in UefiMemGetMemoryMap()
184 TRACE("Value of MapSize: %d\n", MapSize); in UefiMemGetMemoryMap()
188 EntryCount = (MapSize / DescriptorSize); in UefiMemGetMemoryMap()
252 UINTN MapSize; in UefiExitBootServices() local
259 &MapSize, in UefiExitBootServices()
/reactos/boot/environ/lib/mm/
H A Dmm.c203 ULONGLONG MapSize; in BlMmMapPhysicalAddressEx() local
261 MapSize = Size; in BlMmMapPhysicalAddressEx()
266 &MapSize, in BlMmMapPhysicalAddressEx()
292 MapSize >> PAGE_SHIFT, in BlMmMapPhysicalAddressEx()
300 MapSize); in BlMmMapPhysicalAddressEx()
307 MmUnmapVirtualAddress(MappingAddress, &MapSize); in BlMmMapPhysicalAddressEx()
323 EndPage = (MappedAddress.QuadPart + MapSize) >> PAGE_SHIFT; in BlMmMapPhysicalAddressEx()
/reactos/drivers/wdm/audio/backpln/portcls/
H A Ddma_slave.cpp320 ULONG MapSize, in Start() argument
344 m_MapSize = MapSize; in Start()
346 m_LastTransferCount = MapSize; in Start()
353 MapRegisters = ADDRESS_AND_SIZE_TO_SPAN_PAGES(m_Buffer, MapSize); in Start()
H A Dinterfaces.hpp959 IN ULONG MapSize, \
/reactos/ntoskrnl/cache/
H A Dpinsup.c170 LARGE_INTEGER MapSize; member
270 WorkItem->MapSize = MappedSize; in CcpDereferenceCache()
/reactos/drivers/filesystems/fastfat/
H A Dfsctrl.c4741 ULONG MapSize; local
4842 MapSize = RequestedMapSize->LowPart;
4848 if (SectorCount > MapSize) {
4849 SectorCount = MapSize;
4855 MapSize -= SectorCount;
/reactos/sdk/include/ddk/
H A Dportcls.h793 IN ULONG MapSize, \
805 IN ULONG MapSize, \