HalUnmapIoSpace

VOID __stdcall HalUnmapIoSpace(PVOID VirtualAddress, _SIZE_T NumberOfBytes){
  HalpUnmapVirtualAddress(VirtualAddress, (unsigned __int64)(*(_QWORD *)&NumberOfBytes + 4095i64) >> 12, 0);
}

Referenced by:

No references.