Home
last modified time | relevance | path

Searched refs:cache_control (Results 1 – 6 of 6) 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/bmcweb/include/
H A Dsecurity_headers.hpp20 if (res.getHeaderValue(bf::cache_control).empty()) in addSecurityHeaders()
22 res.addHeader(bf::cache_control, "no-store, max-age=0"); in addSecurityHeaders()
H A Dwebassets.hpp102 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_impl.hpp111 m.insert(bf::cache_control, "no-Store,no-Cache"); in start()
/openbmc/qemu/target/sparc/
H A Dldst_helper.c538 env->cache_control = val; in leon3_cache_control_st()
562 ret = env->cache_control; in leon3_cache_control_ld()