Searched refs:NonPagedPoolCacheAligned (Results 1 – 15 of 15) sorted by relevance
/reactos/drivers/storage/class/classpnp/ |
H A D | dictlib.c | 33 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
|
H A D | classp.h | 69 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | arcname.c | 227 PartitionBuffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, 2048, TAG_IO); in IopCreateArcNamesCd() 643 …PartitionBuffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, DiskGeometry.BytesPerSector, TAG… in IopCreateArcNamesDisk()
|
H A D | iofunc.c | 510 PoolType = IsDevIoCtl ? NonPagedPoolCacheAligned : NonPagedPool; in IopDeviceFsIoControl()
|
/reactos/ntoskrnl/mm/ARM3/ |
H A D | contmem.c | 408 BaseAddress = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, in MiAllocateContiguousMemory()
|
/reactos/ntoskrnl/fstub/ |
H A D | disksup.c | 1833 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 D | fstubex.c | 257 …DiskInformation->Buffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, DiskInformation->SectorS… in FstubAllocateDiskInformation() 2190 Buffer = ExAllocatePoolWithTag(NonPagedPoolCacheAligned, BytesPerSector, TAG_FSTUB); in IoReadDiskSignature()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | env_spec_w32.h | 310 #define NonPagedPoolCacheAligned 4 macro
|
/reactos/drivers/storage/class/disk/ |
H A D | disk.h | 76 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
|
/reactos/sdk/include/ndk/ |
H A D | mmtypes.h | 127 NonPagedPoolCacheAligned,
|
/reactos/drivers/storage/class/cdrom/ |
H A D | cdrom.h | 69 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
|
/reactos/sdk/include/xdk/ |
H A D | ketypes.h | 882 NonPagedPoolCacheAligned, enumerator
|
/reactos/drivers/filesystems/cdfs/ |
H A D | cdprocs.h | 63 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
|
/reactos/drivers/storage/class/sfloppy/ |
H A D | floppy.c | 52 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fatprocs.h | 48 #define NonPagedPoolNxCacheAligned NonPagedPoolCacheAligned
|