Home
last modified time | relevance | path

Searched refs:TargetGroup (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs716 …var isOtherSecurityState = GroupTypeToIsStateSecure(request.TargetGroup) != requestingCPU.IsStateS… in OnSGIAffinityRouting()
727 …target.Name, interrupt.Config.GroupType, request.TargetGroup, requestingCPU.IsStateSecure ? "secur… in OnSGIAffinityRouting()
747 return request.TargetGroup == interrupt.Config.GroupType || in ShouldAssertSGIAffinityRouting()
748 …request.TargetGroup == GroupType.Group1Secure && interrupt.Config.GroupType == GroupType.Group0 &&… in ShouldAssertSGIAffinityRouting()
750 …if(request.TargetGroup == interrupt.Config.GroupType || interrupt.Config.GroupType == GroupType.Gr… in ShouldAssertSGIAffinityRouting()
752 … request.TargetGroup == GroupType.Group1NonSecure || DisabledSecurity || NonSecureAccessPermitsGro… in ShouldAssertSGIAffinityRouting()
754TargetGroup == GroupType.Group1NonSecure && interrupt.Config.GroupType == GroupType.Group1Secure &… in ShouldAssertSGIAffinityRouting()
770 …target.Name, interrupt.Config.GroupType, request.TargetGroup, requestingCPU.IsStateSecure ? "secur… in OnSGILegacyRouting()
799 … else if(requestingCPU.IsStateSecure && interrupt.Config.GroupType == request.TargetGroup) in ShouldAssertSGILegacyRouting()
3299 TargetGroup = group; in SoftwareGeneratedInterruptRequest()
[all …]