Home
last modified time | relevance | path

Searched refs:cache_data (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Darm_l2x0.c67 uint32_t cache_data; in l2x0_priv_read() local
78 cache_data = (s->aux_ctrl & (7 << 17)) >> 15; in l2x0_priv_read()
79 cache_data |= (s->aux_ctrl & (1 << 16)) >> 16; in l2x0_priv_read()
80 return s->cache_type |= (cache_data << 18) | (cache_data << 6); in l2x0_priv_read()
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch87 /* 1 if cache_data + PTR points into the cache. */
117 - cmpres = _dl_cache_libcmp (name, cache_data + key); \
135 - || _dl_cache_libcmp (name, cache_data + key) != 0) \
151 - || (_dl_cache_libcmp (name, cache_data + lib->key) \
162 - best = cache_data + lib->value; \
205 - const char *cache_data;
269 - cache_data = (const char *) cache_new;
272 - cache_data_size = (const char *) cache + cachesize - cache_data;
297 - cache_data = (const char *) &cache->libs[cache->nlibs];
300 - cache_data_size = (const char *) cache + cachesize - cache_data;