Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSEMA4.cs69 return (uint)(ApplyVybridErrata(notifyCPU1) << 16); in ReadDoubleWord()
116 notifyCPU1 = 0; in Reset()
132 var effectiveNotifyCPU1 = notifyCPU1 & interruptEnabled1; in RefreshInterrupts()
134 interruptEnabled0, effectiveNotifyCPU1, notifyCPU1, interruptEnabled1); in RefreshInterrupts()
153 private ushort notifyCPU1; field in Antmicro.Renode.Peripherals.Miscellaneous.SEMA4
216 sema.notifyCPU1 |= (ushort)(1 << number); in Write()
239 sema.notifyCPU1 &= (ushort)~(1 << number); in Write()