Kernel/MmAllocateContiguousMemory
From xboxdevwiki
Allocates a range of physically contiguous, cache-aligned memory from nonpaged pool (main pool on xbox).
XBSYSAPI EXPORTNUM(165) PVOID NTAPI MmAllocateContiguousMemory ( IN ULONG NumberOfBytes );