Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dinit_helpers.c31 return init_cache(); in init_cache_f_r()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Du-boot-x86.h25 int init_cache(void);
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcodeparser.py157 def init_cache(self, d): member in CodeParserCache
162 MultiProcessCache.init_cache(self, d)
175 codeparsercache.init_cache(d)
H A Dcache.py857 def init_cache(self, d, cache_file_name=None): member in MultiProcessCache
962 def init_cache(self, d, cache_file_name=None, defaultdata=None): member in SimpleCache
H A Dsiggen.py185 self.checksum_cache.init_cache(data, checksum_cache_file)
190 self.unitaskhashes = self.unihash_cache.init_cache(data, "bb_unihashes.dat", {})
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu.c77 int init_cache(void) __attribute__((weak, alias("x86_init_cache")));
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py520 _checksum_cache.init_cache(d)