Searched refs:helper_tlbinv (Results 1 – 3 of 3) sorted by relevance
150 void (*helper_tlbinv)(CPUMIPSState *env); member
293 void helper_tlbinv(CPUMIPSState *env) in helper_tlbinv() function295 env->tlb->helper_tlbinv(env); in helper_tlbinv()464 env->tlb->helper_tlbinv = r4k_helper_tlbinv; in r4k_mmu_init()
8577 if (!env->tlb->helper_tlbinv) { in gen_cp0()