Searched refs:init_cache (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | init_helpers.c | 30 return init_cache(); in init_cache_f_r()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | u-boot-x86.h | 24 int init_cache(void);
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | cpu.c | 77 int init_cache(void) __attribute__((weak, alias("x86_init_cache")));
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 197 def init_cache(self, cachedir): member in CodeParserCache 202 MultiProcessCache.init_cache(self, cachedir) 215 codeparsercache.init_cache(cachedir)
|
H A D | cache.py | 820 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 D | siggen.py | 234 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__.py | 503 _checksum_cache.init_cache(d.getVar("BB_CACHEDIR")) 504 _revisions_cache.init_cache(d.getVar("BB_CACHEDIR"))
|