Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSEMA4.cs67 return (uint)(ApplyVybridErrata(notifyCPU0) << 16); in ReadDoubleWord()
115 notifyCPU0 = 0; in Reset()
131 var effectiveNotifyCPU0 = notifyCPU0 & interruptEnabled0; in RefreshInterrupts()
133 … 0x{0:X} (0x{1:X} & 0x{2:X}), CPU1: 0x{3:X} (0x{4:X} & 0x{5:X}).", effectiveNotifyCPU0, notifyCPU0, in RefreshInterrupts()
152 private ushort notifyCPU0; field in Antmicro.Renode.Peripherals.Miscellaneous.SEMA4
213 sema.notifyCPU0 |= (ushort)(1 << number); in Write()
238 sema.notifyCPU0 &= (ushort)~(1 << number); in Write()