Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/qemu/migration/
H A Dpage_cache.c45 PageCache *cache; in cache_init() local
90 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 Dmrccache.c21 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 Dcache.c140 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 Dvirtio-access.h160 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/arc/lib/
H A Dcpu.c66 const bool cache; member
85 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/u-boot/arch/x86/cpu/quark/
H A Ddram.c21 struct mrc_data_container *cache; in prepare_mrc_cache() local
127 char *cache; in dram_init() local
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dmisc.py205 def get_var(self, var, image=None, cache=True): argument
261 def get_bitbake_var(var, image=None, cache=True): argument
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c272 char *cache; in reiserfs_mount() local
394 char* cache = CACHE(depth); in read_tree_node() local
432 char *cache; in next_key() local
522 char *cache; in search_stat() local
H A Dreiserfs_private.h460 #define BLOCKHEAD(cache) ((struct block_head *) cache) argument
462 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE)) argument
463 #define DC(cache) ((struct disk_child *) \ argument
/openbmc/u-boot/arch/nds32/lib/
H A Dcache.c10 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 Dfru_reader.hpp46 Cache cache; member in FRUReader
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpresence_service.hpp116 std::map<std::string, bool> cache{}; member in phosphor::power::regulators::DBusPresenceService
H A Dvpd.hpp145 std::map<std::string, KeywordMap> cache{}; member in phosphor::power::regulators::DBusVPD
/openbmc/qemu/hw/core/
H A Dmachine-smp.c351 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 Dnpm_registry.py127 def __init__(self, cache): argument
139 def __init__(self, path, cache): argument
/openbmc/u-boot/arch/x86/lib/fsp/
H A Dfsp_common.c64 struct mrc_data_container *cache; in fsp_prepare_mrc_cache() local
/openbmc/u-boot/include/linux/
H A Dbch.h51 int *cache; member
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dcache.c63 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/phosphor-host-ipmid/
H A Dread_fru_data.cpp28 namespace cache namespace
H A Dtransporthandler.hpp218 PropertiesCache cache; member in ipmi::transport::ObjectLookupCache
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dstructure.rst255 .. _structure-build-conf-local.conf:
367 .. _structure-build-tmp:
406 .. _structure-build-tmp-deploy:
/openbmc/u-boot/drivers/block/
H A Dblkcache.c21 char *cache; member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py24 cache = {} variable in FileMtimeCache
/openbmc/u-boot/board/ge/common/
H A Dvpd_reader.c199 int read_vpd(struct vpd_cache *cache, in read_vpd()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1371 struct yaffs_cache *cache; in yaffs_obj_cache_dirty() local
1388 struct yaffs_cache *cache; in yaffs_flush_file_cache() local
1473 struct yaffs_cache *cache; in yaffs_grab_chunk_cache() local
1540 static void yaffs_use_cache(struct yaffs_dev *dev, struct yaffs_cache *cache, in yaffs_use_cache()
1569 struct yaffs_cache *cache; in yaffs_invalidate_chunk_cache() local
3419 struct yaffs_cache *cache; in yaffs_file_rd() local
3567 struct yaffs_cache *cache; in yaffs_do_file_wr() local

12