Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexMImplementationDefinedAttributionUnit.cs12 …public abstract bool AttributionCheckCallback(uint address, bool secure, AccessType type, int acce… in AttributionCheckCallback() method in Antmicro.Renode.Peripherals.CPU.CortexMImplementationDefinedAttributionUnit
DCortexM.cs760 …var attributionFound = idau.AttributionCheckCallback(parsedRequest.Address, parsedRequest.Secure !… in CustomIdauHandler()