Parameterize maximum allocation address in hardware pool and scan memory descriptors in reverse
All checks were successful
All checks were successful
This commit is contained in:
@@ -25,6 +25,7 @@ namespace MM
|
||||
public:
|
||||
STATIC XTAPI XTSTATUS AllocateHardwareMemory(IN PFN_NUMBER PageCount,
|
||||
IN BOOLEAN Aligned,
|
||||
IN ULONGLONG MaximumAddress,
|
||||
OUT PPHYSICAL_ADDRESS Buffer);
|
||||
STATIC XTAPI XTSTATUS MapHardwareMemory(IN PHYSICAL_ADDRESS PhysicalAddress,
|
||||
IN PFN_NUMBER PageCount,
|
||||
|
||||
Reference in New Issue
Block a user