Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h151 void (*helper_tlbinv)(CPUMIPSState *env); member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c292 void helper_tlbinv(CPUMIPSState *env) in helper_tlbinv() function
294 env->tlb->helper_tlbinv(env); in helper_tlbinv()
463 env->tlb->helper_tlbinv = r4k_helper_tlbinv; in r4k_mmu_init()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c8857 if (!env->tlb->helper_tlbinv) { in gen_cp0()