Searched refs:tlb_zsel (Results 1 – 1 of 1) sorted by relevance
83 unsigned int tlb_ex = 0, tlb_wr = 0, tlb_zsel; in mmu_translate() local116 tlb_zsel = (d >> 4) & 0xf; in mmu_translate()117 t0 = mmu->regs[MMU_R_ZPR] >> (30 - (tlb_zsel * 2)); in mmu_translate()120 if (tlb_zsel > cpu->cfg.mmu_zones) { in mmu_translate()122 "tlb zone select out of range! %d\n", tlb_zsel); in mmu_translate()