Home
last modified time | relevance | path

Searched refs:NonPagedPoolCacheAligned (Results 1 – 15 of 15) sorted by relevance

/reactos/drivers/storage/class/classpnp/
H A Ddictlib.c33 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
H A Dclassp.h69 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
/reactos/ntoskrnl/io/iomgr/
H A Darcname.c227 PartitionBuffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, 2048, TAG_IO); in IopCreateArcNamesCd()
643 …PartitionBuffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, DiskGeometry.BytesPerSector, TAG… in IopCreateArcNamesDisk()
H A Diofunc.c510 PoolType = IsDevIoCtl ? NonPagedPoolCacheAligned : NonPagedPool; in IopDeviceFsIoControl()
/reactos/ntoskrnl/mm/ARM3/
H A Dcontmem.c408 BaseAddress = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, in MiAllocateContiguousMemory()
/reactos/ntoskrnl/fstub/
H A Ddisksup.c1833 Buffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, InputSize, TAG_FILE_SYSTEM); in xHalIoReadPartitionTable()
2237 Buffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, PAGE_SIZE, TAG_FILE_SYSTEM); in xHalIoSetPartitionInformation()
2467 Buffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, PAGE_SIZE, TAG_FILE_SYSTEM); in xHalIoWritePartitionTable()
H A Dfstubex.c257 …DiskInformation->Buffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, DiskInformation->SectorS… in FstubAllocateDiskInformation()
2190 Buffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, BytesPerSector, TAG_FSTUB); in IoReadDiskSignature()
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_w32.h310 #define NonPagedPoolCacheAligned 4 macro
/reactos/drivers/storage/class/disk/
H A Ddisk.h76 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
/reactos/sdk/include/ndk/
H A Dmmtypes.h127 NonPagedPoolCacheAligned,
/reactos/drivers/storage/class/cdrom/
H A Dcdrom.h69 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
/reactos/sdk/include/xdk/
H A Dketypes.h882 NonPagedPoolCacheAligned, enumerator
/reactos/drivers/filesystems/cdfs/
H A Dcdprocs.h63 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
/reactos/drivers/storage/class/sfloppy/
H A Dfloppy.c52 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
/reactos/drivers/filesystems/fastfat/
H A Dfatprocs.h48 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned