Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmemory.hpp180 const uint64_t* cacheSizeInKB = nullptr; in getPersistentMemoryProperties() local
207 "PmSizeInKiB", pmSizeInKiB, "CacheSizeInKB", cacheSizeInKB, in getPersistentMemoryProperties()
261 if (cacheSizeInKB != nullptr) in getPersistentMemoryProperties()
264 (*cacheSizeInKB >> 10); in getPersistentMemoryProperties()