Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs985 returnValue |= priorities[i | BankedExcpSecureBit]; in HandlePriorityRead()
1586 return (interruptNo & BankedExcpSecureBit) == 0; in IsInterruptTargetNonSecure()
1592 return (interruptNo & BankedExcpSecureBit) == 0; in IsInterruptTargetNonSecure()
1878 HardFault_S = HardFault | BankedExcpSecureBit,
1879 MemManageFault_S = MemManageFault | BankedExcpSecureBit,
1880 UsageFault_S = UsageFault | BankedExcpSecureBit,
1881 SuperVisorCall_S = SuperVisorCall | BankedExcpSecureBit,
1882 DebugMonitor_S = DebugMonitor | BankedExcpSecureBit,
1883 PendSV_S = PendSV | BankedExcpSecureBit,
1884 SysTick_S = SysTick | BankedExcpSecureBit,
[all …]