BOOL __fastcall MmOnlySystemCacheViewsPresent(_QWORD *a1){
__int64 v1;
bool v2;
BOOL result;
KIRQL v4;
v4 = 0;
v1 = MiLockSectionControlArea(a1, 1, &v4);
if( !v1 )
return 1;
v2 = *(_QWORD *)(v1 + 40) == *(unsigned int *)(v1 + 88);
ExReleaseSpinLockExclusiveFromDpcLevel((INT64 *)(v1 + 72));
result = KiIrqlFlags;
__writecr8(v4);
LOBYTE(result) = v2;
return result;
}