Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLocalInterruptController.cs31 bool configurationHasNvbits = true in CoreLocalInterruptController() argument
68 this.configurationHasNvbits = configurationHasNvbits; in CoreLocalInterruptController()
94 if(!configurationHasNvbits) in Reset()
291 …var levelBits = (int)(privilege == PrivilegeLevel.Machine || configurationHasNvbits ? machineLevel… in GetInterruptLevel()
305 …var levelBits = (int)(privilege == PrivilegeLevel.Machine || configurationHasNvbits ? machineLevel… in GetInterruptPriority()
382 if(configurationHasNvbits) in DefineRegisters()
528 private readonly bool configurationHasNvbits; field in Antmicro.Renode.Peripherals.IRQControllers.CoreLocalInterruptController