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

  /external/qemu/hw/
mips_timer.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);
cpu.h 41 uint32_t nb_tlb; member in struct:CPUMIPSTLBContext
op_helper.c 811 unsigned int tmp = env->tlb->nb_tlb;
1076 env->CP0_Wired = arg1 % env->tlb->nb_tlb;
    [all...]
helper.c 76 for (i = 0; i < env->tlb->nb_tlb; i++) {
translate.c     [all...]

Completed in 31 milliseconds