Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1525 else if(cpu.GetPrimask(true) == 0) in ShouldRaiseException()
1527 if(cpu.GetPrimask(false) == 0) in ShouldRaiseException()
1541 else if(cpu.GetPrimask(true) > 0) in ShouldRaiseException()
DCortexM.cs586 public uint GetPrimask(bool secure) in GetPrimask() method in Antmicro.Renode.Peripherals.CPU.CortexM