Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sparc/
H A Dleon3.c180 if (env->cache_control & CACHE_CTRL_DF) { in leon3_cache_control_int()
/openbmc/qemu/target/sparc/
H A Dcpu.h353 #define CACHE_CTRL_DF (1 << 5) /* Data Cache Freeze on Interrupt */ macro