HalpDmaAllocateContiguousPagesFromContiguousPoolAtHighLevel

NTSTATUS __stdcall HalpDmaAllocateContiguousPagesFromContiguousPoolAtHighLevel(INT64 a1){
  _ADAPTER_OBJECT *v1; 
  UINT64 v2; 
  _HALP_DMA_ADAPTER_OBJECT *v3; 

  if( HalpDmaGetAdapterVersion((_ADAPTER_OBJECT *)a1) == 2 )
    return(unsigned int)HalpDmaAllocateContiguousPagesFromContiguousPoolAtHighLevelV2(v1, v3, v2);
  else
    return(unsigned int)HalpDmaAllocateContiguousPagesFromContiguousPoolAtHighLevelV3(v1, v3, v2);
}

Referenced by:

HalpDmaAllocateMapRegistersAtHighLevel