_KIRQL __stdcall KzRaiseIrql(_KIRQL NewIrql){ _KIRQL result; result = KeGetCurrentIrql(); __writecr8((unsigned __int8)NewIrql); return result; }