Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sparc/
H A Dleon3.c168 if (env->cache_control & CACHE_CTRL_IF) { in leon3_cache_control_int()
/openbmc/qemu/target/sparc/
H A Dcpu.h352 #define CACHE_CTRL_IF (1 << 4) /* Instruction Cache Freeze on Interrupt */ macro