UINT64 __stdcall HalpMapEarlyPages(_LARGE_INTEGER PhysicalAddress, UINT64 PageCount, UINT64 Protection, UINT8 a4){
UINT64 Protectiona;
LODWORD(Protectiona) = Protection;
return HalpMap(PhysicalAddress, (_MEMORY_CACHING_TYPE)PageCount, MmCached, 0, Protectiona);
}