Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DBaseARMv8.cs66 switch((Function)x0) in HandleSMCCall()
68 case Function.PSCIVersion: in HandleSMCCall()
71 case Function.CPUOn: in HandleSMCCall()
110 private enum Function : uint enum in Antmicro.Renode.Peripherals.CPU.BaseARMv8
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSymbol.cs276 Type != SymbolType.Function &&
306 { SymbolType.Function, 5 }
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/SymbolLookup/
DSymbolLookupTests.cs27 new Symbol(0, 10, "MoreImportant", SymbolType.Function) in ShouldHaveMoreAndLessImportantViaName()
43 foreach(var type in new []{ SymbolType.Function, in ShouldHaveImportantViaAddress()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DMPFS_PCIe.cs336 Function = (int)BitHelper.GetValue(address, 12, 3); in EcamAddress()
342 public int Function; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/
DUFSProtocolInformationUnits.cs93 public byte Function; field