Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DNVIC.cs1606 private bool DoesAPreemptB(int priorityA, int priorityB, bool secureA, bool secureB) in DoesAPreemptB() argument
1609 var binaryPointMaskB = ~((1 << binaryPointPosition.Get(secureB) + 1) - 1); in DoesAPreemptB()