_BOOL8 __fastcall KiIsBranchConfusionMitigationSupported(INT64 a1, _DWORD *a2){
int v2;
_BOOL8 result;
result = 0;
if( (*a2 & 4) != 0 )
{
LOBYTE(v2) = KiIsHyperVCr3RspErrataPresent(a1);
if( !v2 )
return 1;
}
return result;
}