Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c607 } else if (!TTE_IS_W_OK(env->dtlb[i].tte) && (rw == 1)) { in get_physical_address_data()
616 if (TTE_IS_W_OK(env->dtlb[i].tte)) { in get_physical_address_data()
820 TTE_IS_W_OK(env->dtlb[i].tte) ? "RW" : "RO", in dump_mmu()
H A Dcpu.h294 #define TTE_IS_W_OK(tte) ((tte) & TTE_W_OK_BIT) macro