Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sparc/
H A Dleon3.c170 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()
/openbmc/qemu/target/sparc/
H A Dcpu.h345 #define CACHE_STATE_MASK 0x3 macro