Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dhelper.c279 tlb_t * ientry; in copy_utlb_entry_itlb() local
281 ientry = &env->itlb[itlb]; in copy_utlb_entry_itlb()
282 if (ientry->v) { in copy_utlb_entry_itlb()
283 tlb_flush_page(env_cpu(env), ientry->vpn << 10); in copy_utlb_entry_itlb()
285 *ientry = env->utlb[utlb]; in copy_utlb_entry_itlb()