Home
last modified time | relevance | path

Searched defs:PageSize (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DICPUWithMMU.cs16 uint PageSize { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCC2538FlashController.cs124 private const int PageSize = 2048; field in Antmicro.Renode.Peripherals.MTD.CC2538FlashController
DEFR32xg13FlashController.cs253 private const int PageSize = 2048; field in Antmicro.Renode.Peripherals.MTD.EFR32xg13FlashController
DSTM32WBA_FlashController.cs317 private const long PageSize = 8 * 1024; field in Antmicro.Renode.Peripherals.MTD.STM32WBA_FlashController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_ScrambledMemory.cs98 private const long PageSize = 0x1000; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_ScrambledMemory
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs323 private const ulong PageSize = 1 << 11; field in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DTranslationCPU.cs1839 public uint PageSize property in Antmicro.Renode.Peripherals.CPU.TranslationCPU