Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h357 #define CACHE_CTRL_FI (1 << 21) /* Flush Instruction cache (Write only) */ macro
H A Dldst_helper.c528 val &= ~CACHE_CTRL_FI; in leon3_cache_control_st()