Home
last modified time | relevance | path

Searched refs:tlb_per_way (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu_common.c75 nr = (eaddr >> TARGET_PAGE_BITS) & (env->tlb_per_way - 1); in ppc6xx_tlb_getnum()
77 nr += env->tlb_per_way * way; in ppc6xx_tlb_getnum()
534 for (entry = env->nb_tlb * type + env->tlb_per_way * way; in mmu6xx_dump_mmu()
535 entry < (env->nb_tlb * type + env->tlb_per_way * (way + 1)); in mmu6xx_dump_mmu()
H A Dcpu.h1268 int tlb_per_way; /* Speed-up helper: used to avoid divisions at run time */ member
H A Dcpu_init.c6929 env->tlb_per_way = env->nb_tlb / env->nb_ways; in init_ppc_proc()
/openbmc/qemu/hw/ppc/
H A Dpegasos2.c990 qemu_fdt_setprop_cell(fdt, cp, "i-tlb-size", cpu->env.tlb_per_way); in build_fdt()
992 qemu_fdt_setprop_cell(fdt, cp, "d-tlb-size", cpu->env.tlb_per_way); in build_fdt()