HomeSort by relevance Sort by last modified time
    Searched refs:nb_tlb (Results 1 - 7 of 7) sorted by null

  /external/qemu/hw/mips/
cputimer.c 16 idx = lfsr % (env->tlb->nb_tlb - env->CP0_Wired) + env->CP0_Wired;
  /external/qemu/target-mips/
translate_init.c 476 env->tlb->nb_tlb = 1;
482 env->tlb->nb_tlb = 1;
488 env->tlb->nb_tlb = 1 + ((def->CP0_Config1 >> CP0C1_MMU) & 63);
546 env->mvp->CP0_MVPConf0 |= (env->tlb->nb_tlb << CP0MVPC0_PTLBE);
machine.c 60 qemu_put_be32s(f, &env->tlb->nb_tlb);
210 qemu_get_be32s(f, &env->tlb->nb_tlb);
op_helper.c 1007 unsigned int tmp = env->tlb->nb_tlb;
    [all...]
cpu.h 48 uint32_t nb_tlb; member in struct:CPUMIPSTLBContext
helper.c 75 for (i = 0; i < env->tlb->nb_tlb; i++) {
translate.c     [all...]

Completed in 194 milliseconds