Searched refs:supportsTwoSecurityStates (Results 1 – 1 of 1) sorted by relevance
27 …public ARM_GenericInterruptController(IMachine machine, bool supportsTwoSecurityStates = true, ARM… in ARM_GenericInterruptController() argument51 this.supportsTwoSecurityStates = supportsTwoSecurityStates; in ARM_GenericInterruptController()164 if(this.supportsTwoSecurityStates) in AttachCPU()169 cpu.SecurityState, nameof(supportsTwoSecurityStates)); in AttachCPU()568 get => !supportsTwoSecurityStates || disabledSecurity;571 if(!supportsTwoSecurityStates)2070 private readonly bool supportsTwoSecurityStates; field