Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dtranslate_init.c492 env->tlb->helper_tlbp = r4k_helper_tlbp; in r4k_mmu_init()
Dcpu.h45 void (*helper_tlbp) (void); member
Dop_helper.c1717 void helper_tlbp(void) in helper_tlbp() function
1719 env->tlb->helper_tlbp(); in helper_tlbp()
Dtranslate.c5627 if (!env->tlb->helper_tlbp) in gen_cp0()