Searched refs:mmu_tlb_access (Results 1 – 3 of 3) sorted by relevance
185 if (cpu->cfg.mmu < 2 || !cpu->cfg.mmu_tlb_access) { in mmu_read()198 if (!(cpu->cfg.mmu_tlb_access & 1)) { in mmu_read()211 if (!(cpu->cfg.mmu_tlb_access & 1)) { in mmu_read()242 if (cpu->cfg.mmu < 2 || !cpu->cfg.mmu_tlb_access) { in mmu_write()268 if (cpu->cfg.mmu_tlb_access <= 1) { in mmu_write()282 if (cpu->cfg.mmu_tlb_access <= 1) { in mmu_write()302 if (cpu->cfg.mmu_tlb_access <= 1) { in mmu_write()
316 uint8_t mmu_tlb_access; member
311 cpu->cfg.mmu_tlb_access = 3; in mb_cpu_realizefn()