Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c581 if (TTE_IS_IE(env->dtlb[i].tte)) { in get_physical_address_data()
823 TTE_IS_IE(env->dtlb[i].tte) ? in dump_mmu()
H A Dcpu.h290 #define TTE_IS_IE(tte) ((tte) & TTE_IE_BIT) macro