Searched refs:ReportNonExistingRead (Results 1 – 3 of 3) sorted by relevance
37 return (byte)ReportNonExistingRead(address, accessWidth); in ReadByte()151 return (ushort)ReportNonExistingRead(address, accessWidth); in ReadWord()265 return (uint)ReportNonExistingRead(address, accessWidth); in ReadDoubleWord()379 return (ulong)ReportNonExistingRead(address, accessWidth); in ReadQuadWord()
61 return (<#= type #>)ReportNonExistingRead(address, accessWidth);
1987 private ulong ReportNonExistingRead(ulong address, SysbusAccessWidth type) in ReportNonExistingRead() method in Antmicro.Renode.Peripherals.Bus.SystemBus