Home
last modified time | relevance | path

Searched defs:memoryRegionSize (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dmain.cpp61 static constexpr std::size_t memoryRegionSize = 16 * 1024UL; variable
63 static constexpr std::size_t memoryRegionSize = 4 * 1024 * 1024UL; variable
66 static constexpr std::size_t memoryRegionSize = 64 * 1024UL; variable
H A Dlpc_nuvoton.hpp44 std::uint32_t memoryRegionSize; member in ipmi_flash::LpcMapperNuvoton
H A Dpci_handler.hpp33 std::uint32_t memoryRegionSize; member in ipmi_flash::PciDataHandler
/openbmc/bios-bmc-smm-error-logger/src/
H A Dmain.cpp27 constexpr std::size_t memoryRegionSize = MEMORY_REGION_SIZE; variable
H A Dbuffer.cpp30 const size_t memoryRegionSize = dataInterface->getMemoryRegionSize(); in initialize() local