Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DMPC5567_INTC.cs179 var best = FindBestInterrupt(); in AcknowledgeInterrupts()
188 var result = FindBestInterrupt(); in Update()
192 private int FindBestInterrupt() in FindBestInterrupt() method in Antmicro.Renode.Peripherals.IRQControllers.MPC5567_INTC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/renode/arch/sparc/
Drenode_sparc_callbacks.c12 EXTERNAL_AS(int32_t, FindBestInterrupt, tlib_find_best_interrupt)
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs151 private int FindBestInterrupt() in FindBestInterrupt() method in Antmicro.Renode.Peripherals.CPU.Sparc