Home
last modified time | relevance | path

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

/openbmc/qemu/target/microblaze/
H A Dmmu.c83 unsigned int tlb_ex = 0, tlb_wr = 0, tlb_zsel; in mmu_translate() local
112 tlb_ex = d & TLB_EX; in mmu_translate()
137 tlb_ex = 1; in mmu_translate()
142 tlb_ex = 1; in mmu_translate()
154 if (tlb_ex) in mmu_translate()
174 vaddr, rw, tlb_wr, tlb_ex, hit); in mmu_translate()