Searched refs:CACHE_STATE_MASK (Results 1 – 2 of 2) sorted by relevance
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()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()
345 #define CACHE_STATE_MASK 0x3 macro