KiGetGdtIdt

VOID __stdcall KiGetGdtIdt(VOID *a1, VOID *a2){
  __sgdt(a1);
  __sidt(a2);
}

Referenced by:

sub_1403DCCA0