Searched refs:cache_control (Results 1 – 11 of 11) sorted by relevance
37 static int cache_control(unsigned int cmd) in cache_control() function85 cache_control(CACHE_ENABLE); in icache_enable()90 cache_control(CACHE_DISABLE); in icache_disable()
168 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()
32 int cache_control(unsigned int command);142 cache_control(CACHE_ENABLE); in decompress_kernel()144 cache_control(CACHE_DISABLE); in decompress_kernel()
2 int cache_control(unsigned int command) in cache_control() function
21 if (res.getHeaderValue(bf::cache_control).empty()) in addSecurityHeaders()23 res.addHeader(bf::cache_control, "no-store, max-age=0"); in addSecurityHeaders()
90 asyncResp->res.addHeader(boost::beast::http::field::cache_control, in handleStaticAsset()
11 from django.views.decorators.cache import cache_control68 @method_decorator(cache_control(must_revalidate=True,
123 m.insert(bf::cache_control, "no-Store,no-Cache"); in start()
533 env->cache_control = val; in leon3_cache_control_st()557 ret = env->cache_control; in leon3_cache_control_ld()
550 uint32_t cache_control; member
79 env->cache_control = 0; in sparc_cpu_reset_hold()