Home
last modified time | relevance | path

Searched refs:nb_ways (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c728 void register_6xx_7xx_soft_tlb(CPUPPCState *env, int nb_tlbs, int nb_ways) in register_6xx_7xx_soft_tlb() argument
732 env->nb_ways = nb_ways; in register_6xx_7xx_soft_tlb()
H A Dmmu_common.c101 for (way = 0; way < env->nb_ways; way++) { in ppc6xx_tlb_check()
533 for (way = 0; way < env->nb_ways; way++) { in mmu6xx_dump_mmu()
H A Dspr_common.h221 void register_6xx_7xx_soft_tlb(CPUPPCState *env, int nb_tlbs, int nb_ways);
H A Dexcp_helper.c708 msr |= ((env->last_way + 1) & (env->nb_ways - 1)) << 17; in powerpc_excp_6xx()
860 msr |= ((env->last_way + 1) & (env->nb_ways - 1)) << 17; in powerpc_excp_7xx()
H A Dmmu_helper.c68 for (way = 0; way < env->nb_ways; way++) { in ppc6xx_tlb_invalidate_virt2()
H A Dcpu_init.c892 switch (env->nb_ways) { in register_BookE206_sprs()
2135 env->nb_ways = 1; in init_tlbs_emb()
2860 env->nb_ways = 2; in init_proc_e500()
6818 env->nb_ways = 0; in init_ppc_proc()
6929 env->tlb_per_way = env->nb_tlb / env->nb_ways; in init_ppc_proc()
H A Dcpu.h1268 int nb_ways; /* Number of ways in the TLB set */ member
/openbmc/qemu/hw/ppc/
H A Dpegasos2.c989 qemu_fdt_setprop_cell(fdt, cp, "i-tlb-sets", cpu->env.nb_ways); in build_fdt()
991 qemu_fdt_setprop_cell(fdt, cp, "d-tlb-sets", cpu->env.nb_ways); in build_fdt()
995 qemu_fdt_setprop_cell(fdt, cp, "tlb-sets", cpu->env.nb_ways); in build_fdt()