Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dfru_reader.hpp53 using CacheBlock = std::array<uint8_t, cacheBlockSize>; typedef in FRUReader
56 using Cache = std::map<uint32_t, CacheBlock>;
/openbmc/qemu/contrib/plugins/
H A Dcache.c62 } CacheBlock; typedef
65 CacheBlock *blocks;
271 cache->sets[i].blocks = g_new0(CacheBlock, assoc); in cache_init()