Searched refs:GetFaultmask (Results 1 – 2 of 2) sorted by relevance
1492 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()
591 public uint GetFaultmask(bool secure) in GetFaultmask() method in Antmicro.Renode.Peripherals.CPU.CortexM