Home
last modified time | relevance | path

Searched refs:cache_control (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/sh/cpu/sh4/
H A Dcache.c38 static int cache_control(unsigned int cmd) in cache_control() function
86 cache_control(CACHE_ENABLE); in icache_enable()
91 cache_control(CACHE_DISABLE); in icache_disable()
/OK3568_Linux_fs/kernel/arch/sh/boot/compressed/
H A Dmisc.c32 int cache_control(unsigned int command);
139 cache_control(CACHE_ENABLE); in decompress_kernel()
141 cache_control(CACHE_DISABLE); in decompress_kernel()
H A Dcache.c2 int cache_control(unsigned int command) in cache_control() function
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py10 from django.views.decorators.cache import cache_control
66 @cache_control(must_revalidate=True,