Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLocalInterruptController.cs297 private int GetInterruptPriority(int number) in GetInterruptPriority() method in Antmicro.Renode.Peripherals.IRQControllers.CoreLocalInterruptController
330 var bestPriority = GetInterruptPriority(bestInterrupt); in UpdateInterrupt()
339 var currentPriority = GetInterruptPriority(i); in UpdateInterrupt()