Home
last modified time | relevance | path

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

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