Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1492 if(cpu.GetFaultmask(true) > 0 || cpu.GetFaultmask(false) > 0) in ShouldRaiseException()
1496 if(cpu.GetFaultmask(true) > 0) in ShouldRaiseException()
1507 else if(cpu.GetFaultmask(false) > 0) in ShouldRaiseException()
DCortexM.cs591 public uint GetFaultmask(bool secure) in GetFaultmask() method in Antmicro.Renode.Peripherals.CPU.CortexM