MiZeroMemory

VOID __stdcall MiZeroMemory(VOID *a1, UINT64 a2){
  KeZeroPages(a1, a2);
}

Referenced by:

MiZeroWithSystemPtes
MiZeroWithUltraSpace