Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dinit_helpers.c30 return init_cache(); in init_cache_f_r()
/openbmc/u-boot/arch/x86/include/asm/
H A Du-boot-x86.h24 int init_cache(void);
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu.c77 int init_cache(void) __attribute__((weak, alias("x86_init_cache")));
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py197 def init_cache(self, cachedir): member in CodeParserCache
202 MultiProcessCache.init_cache(self, cachedir)
215 codeparsercache.init_cache(cachedir)
H A Dcache.py820 def init_cache(self, cachedir, cache_file_name=None): member in MultiProcessCache
942 def init_cache(self, d, cache_file_name=None, defaultdata=None): member in SimpleCache
H A Dsiggen.py234 self.checksum_cache.init_cache(data, checksum_cache_file)
239 self.unitaskhashes = self.unihash_cache.init_cache(data, "bb_unihashes.dat", {})
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py503 _checksum_cache.init_cache(d.getVar("BB_CACHEDIR"))
504 _revisions_cache.init_cache(d.getVar("BB_CACHEDIR"))