| /openbmc/qemu/migration/ | 
| H A D | page_cache.c | 45     PageCache *cache;  in cache_init()  local90 void cache_fini(PageCache *cache)  in cache_fini()
 106 static size_t cache_get_cache_pos(const PageCache *cache,  in cache_get_cache_pos()
 113 static CacheItem *cache_get_by_addr(const PageCache *cache, uint64_t addr)  in cache_get_by_addr()
 125 uint8_t *get_cached_data(const PageCache *cache, uint64_t addr)  in get_cached_data()
 130 bool cache_is_cached(const PageCache *cache, uint64_t addr,  in cache_is_cached()
 145 int cache_insert(PageCache *cache, uint64_t addr, const uint8_t *pdata,  in cache_insert()
 
 | 
| /openbmc/u-boot/arch/x86/lib/ | 
| H A D | mrccache.c | 21 	struct mrc_data_container *cache)  in next_mrc_block()37 static int is_mrc_cache(struct mrc_data_container *cache)  in is_mrc_cache()
 44 	struct mrc_data_container *cache, *next;  in mrccache_find_current()  local
 88 		struct mrc_data_container *cache)  in find_next_mrc_cache()
 111 	struct mrc_data_container *cache;  in mrccache_update()  local
 164 	struct mrc_data_container *cache;  in mrccache_reserve()  local
 
 | 
| /openbmc/qemu/contrib/plugins/ | 
| H A D | cache.c | 140 static void lru_priorities_init(Cache *cache)  in lru_priorities_init()150 static void lru_update_blk(Cache *cache, int set_idx, int blk_idx)  in lru_update_blk()
 157 static int lru_get_lru_block(Cache *cache, int set_idx)  in lru_get_lru_block()
 173 static void lru_priorities_destroy(Cache *cache)  in lru_priorities_destroy()
 193 static void fifo_init(Cache *cache)  in fifo_init()
 202 static int fifo_get_first_block(Cache *cache, int set)  in fifo_get_first_block()
 208 static void fifo_update_on_miss(Cache *cache, int set, int blk_idx)  in fifo_update_on_miss()
 214 static void fifo_destroy(Cache *cache)  in fifo_destroy()
 223 static inline uint64_t extract_tag(Cache *cache, uint64_t addr)  in extract_tag()
 228 static inline uint64_t extract_set(Cache *cache, uint64_t addr)  in extract_set()
 [all …]
 
 | 
| /openbmc/qemu/include/hw/virtio/ | 
| H A D | virtio-access.h | 160                                                MemoryRegionCache *cache,  in virtio_lduw_phys_cached()170                                               MemoryRegionCache *cache,  in virtio_ldl_phys_cached()
 180                                               MemoryRegionCache *cache,  in virtio_ldq_phys_cached()
 190                                           MemoryRegionCache *cache,  in virtio_stw_phys_cached()
 201                                           MemoryRegionCache *cache,  in virtio_stl_phys_cached()
 
 | 
| /openbmc/u-boot/arch/x86/cpu/quark/ | 
| H A D | dram.c | 21 	struct mrc_data_container *cache;  in prepare_mrc_cache()  local127 	char *cache;  in dram_init()  local
 
 | 
| /openbmc/u-boot/arch/arc/lib/ | 
| H A D | cpu.c | 66 	const bool cache;  member85 	bool cache = ARC_FEATURE_EXISTS(ARC_BCR_IC_BUILD);  in arc_em_version()  local
 122 	const bool cache;  member
 144 	bool cache = ARC_FEATURE_EXISTS(ARC_BCR_IC_BUILD);  in arc_hs_version()  local
 
 | 
| /openbmc/openbmc/poky/scripts/lib/wic/ | 
| H A D | misc.py | 205     def get_var(self, var, image=None, cache=True):  argument261 def get_bitbake_var(var, image=None, cache=True):  argument
 
 | 
| /openbmc/u-boot/fs/reiserfs/ | 
| H A D | reiserfs.c | 272   char *cache;  in reiserfs_mount()  local394   char* cache = CACHE(depth);  in read_tree_node()  local
 432   char *cache;  in next_key()  local
 522   char *cache;  in search_stat()  local
 
 | 
| /openbmc/u-boot/arch/nds32/lib/ | 
| H A D | cache.c | 10 static inline unsigned long CACHE_SET(unsigned char cache)  in CACHE_SET()20 static inline unsigned long CACHE_WAY(unsigned char cache)  in CACHE_WAY()
 30 static inline unsigned long CACHE_LINE_SIZE(enum cache_t cache)  in CACHE_LINE_SIZE()
 
 | 
| /openbmc/entity-manager/src/fru_device/ | 
| H A D | fru_reader.hpp | 46     Cache cache;  member in FRUReader
 | 
| /openbmc/phosphor-power/phosphor-regulators/src/ | 
| H A D | presence_service.hpp | 116     std::map<std::string, bool> cache{};  member in phosphor::power::regulators::DBusPresenceService
 | 
| H A D | vpd.hpp | 145     std::map<std::string, KeywordMap> cache{};  member in phosphor::power::regulators::DBusVPD
 | 
| /openbmc/qemu/hw/core/ | 
| H A D | machine-smp.c | 351                                               CacheLevelAndType cache)  in machine_get_cache_topo_level()356 void machine_set_cache_topo_level(MachineState *ms, CacheLevelAndType cache,  in machine_set_cache_topo_level()
 
 | 
| /openbmc/openbmc/poky/meta/lib/oe/ | 
| H A D | npm_registry.py | 127     def __init__(self, cache):  argument139     def __init__(self, path, cache):  argument
 
 | 
| /openbmc/u-boot/arch/x86/lib/fsp/ | 
| H A D | fsp_common.c | 64 	struct mrc_data_container *cache;  in fsp_prepare_mrc_cache()  local
 | 
| /openbmc/u-boot/include/linux/ | 
| H A D | bch.h | 51 	int            *cache;  member
 | 
| /openbmc/qemu/linux-user/ | 
| H A D | loader.h | 22     const void *cache;  member
 | 
| /openbmc/phosphor-host-ipmid/ | 
| H A D | read_fru_data.cpp | 28 namespace cache  namespace
 | 
| /openbmc/u-boot/arch/arm/cpu/armv7m/ | 
| H A D | cache.c | 63 static void get_cache_ways_sets(struct dcache_config *cache)  in get_cache_ways_sets()172 	struct dcache_config cache;  in action_dcache_all()  local
 
 | 
| /openbmc/openbmc/poky/documentation/ref-manual/ | 
| H A D | structure.rst | 255 .. _structure-build-conf-local.conf:367 .. _structure-build-tmp:
 406 .. _structure-build-tmp-deploy:
 
 | 
| /openbmc/u-boot/drivers/block/ | 
| H A D | blkcache.c | 21 	char *cache;  member
 | 
| /openbmc/openbmc/poky/bitbake/lib/bb/ | 
| H A D | checksum.py | 24     cache = {}  variable in FileMtimeCache
 | 
| /openbmc/u-boot/board/ge/common/ | 
| H A D | vpd_reader.c | 199 int read_vpd(struct vpd_cache *cache,  in read_vpd()
 | 
| /openbmc/qemu/include/system/ | 
| H A D | memory.h | 2891 static inline uint8_t address_space_ldub_cached(MemoryRegionCache *cache,  in address_space_ldub_cached()2902 static inline void address_space_stb_cached(MemoryRegionCache *cache,  in address_space_stb_cached()
 2960 static inline void address_space_cache_init_empty(MemoryRegionCache *cache)  in address_space_cache_init_empty()
 3196 address_space_read_cached(MemoryRegionCache *cache, hwaddr addr,  in address_space_read_cached()
 3218 address_space_write_cached(MemoryRegionCache *cache, hwaddr addr,  in address_space_write_cached()
 
 | 
| /openbmc/qemu/hw/virtio/ | 
| H A D | virtio.c | 314                                   MemoryRegionCache *cache, int i)  in vring_split_desc_read()325                                     MemoryRegionCache *cache,  in vring_packed_event_read()
 338                                         MemoryRegionCache *cache,  in vring_packed_off_wrap_write()
 348                                      MemoryRegionCache *cache, uint16_t flags)  in vring_packed_flags_write()
 595                                          MemoryRegionCache *cache,  in vring_packed_desc_read_flags()
 605                                    MemoryRegionCache *cache,  in vring_packed_desc_read()
 630                                          MemoryRegionCache *cache,  in vring_packed_desc_write_data()
 648                                           MemoryRegionCache *cache,  in vring_packed_desc_write_flags()
 659                                     MemoryRegionCache *cache,  in vring_packed_desc_write()
 724     VRingMemoryRegionCaches *cache;  in virtio_queue_packed_empty_rcu()  local
 
 |