Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h293 #define TTE_IS_SIDEEFFECT(tte) ((tte) & TTE_SIDEEFFECT_BIT) macro
H A Dmmu_helper.c593 if (TTE_IS_SIDEEFFECT(env->dtlb[i].tte)) { in get_physical_address_data()