Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sh/cpu/sh4/
H A Dcache.c37 static int cache_control(unsigned int cmd) in cache_control() function
85 cache_control(CACHE_ENABLE); in icache_enable()
90 cache_control(CACHE_DISABLE); in icache_disable()
/openbmc/qemu/hw/sparc/
H A Dleon3.c168 if (env->cache_control & CACHE_CTRL_IF) { in leon3_cache_control_int()
170 state = env->cache_control & CACHE_STATE_MASK; in leon3_cache_control_int()
176 env->cache_control &= ~CACHE_STATE_MASK; in leon3_cache_control_int()
177 env->cache_control |= state; in leon3_cache_control_int()
180 if (env->cache_control & CACHE_CTRL_DF) { in leon3_cache_control_int()
182 state = (env->cache_control >> 2) & CACHE_STATE_MASK; in leon3_cache_control_int()
188 env->cache_control &= ~(CACHE_STATE_MASK << 2); in leon3_cache_control_int()
189 env->cache_control |= (state << 2); in leon3_cache_control_int()
/openbmc/linux/arch/sh/boot/compressed/
H A Dmisc.c32 int cache_control(unsigned int command);
142 cache_control(CACHE_ENABLE); in decompress_kernel()
144 cache_control(CACHE_DISABLE); in decompress_kernel()
H A Dcache.c2 int cache_control(unsigned int command) in cache_control() function
/openbmc/bmcweb/include/
H A Dsecurity_headers.hpp21 if (res.getHeaderValue(bf::cache_control).empty()) in addSecurityHeaders()
23 res.addHeader(bf::cache_control, "no-store, max-age=0"); in addSecurityHeaders()
H A Dwebassets.hpp90 asyncResp->res.addHeader(boost::beast::http::field::cache_control, in handleStaticAsset()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py11 from django.views.decorators.cache import cache_control
68 @method_decorator(cache_control(must_revalidate=True,
/openbmc/bmcweb/http/
H A Dwebsocket.hpp123 m.insert(bf::cache_control, "no-Store,no-Cache"); in start()
/openbmc/qemu/target/sparc/
H A Dldst_helper.c533 env->cache_control = val; in leon3_cache_control_st()
557 ret = env->cache_control; in leon3_cache_control_ld()
H A Dcpu.h550 uint32_t cache_control; member
H A Dcpu.c79 env->cache_control = 0; in sparc_cpu_reset_hold()