VOID __stdcall MiImageCantMove(_CONTROL_AREA *ControlArea){
unsigned __int8 v2;
unsigned __int64 v3;
v2 = ExAcquireSpinLockExclusive((INT64 *)&ControlArea->ControlAreaLock);
ControlArea->u2.WritableUserReferences |= 0x20000u;
v3 = v2;
ExReleaseSpinLockExclusiveFromDpcLevel((INT64 *)&ControlArea->ControlAreaLock);
__writecr8(v3);
}