NTSTATUS __stdcall MiNotifyPageHeat(INT64 *a1){ NTSTATUS result; MiLogNotifyPageHeat(a1); KeGetCurrentIrql(); result = HvlNotifyPageHeat(*(unsigned int *)a1); *((_DWORD *)a1 + 1) = 0; return result; }