Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dinternal.h151 void (*helper_tlbinvf)(CPUMIPSState *env); member
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c298 void helper_tlbinvf(CPUMIPSState *env) in helper_tlbinvf() function
300 env->tlb->helper_tlbinvf(env); in helper_tlbinvf()
465 env->tlb->helper_tlbinvf = r4k_helper_tlbinvf; in r4k_mmu_init()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c8586 if (!env->tlb->helper_tlbinvf) { in gen_cp0()