Home
last modified time | relevance | path

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

/openbmc/qemu/target/nios2/
H A Dhelper.c54 if (cpu->mmu_present) { in do_exception()
270 if (cpu->mmu_present && (addr < 0xC0000000)) { in nios2_cpu_get_phys_page_debug()
309 if (!cpu->mmu_present) { in nios2_cpu_tlb_fill()
H A Dcpu.c165 if (cpu->mmu_present) { in realize_cr_status()
337 DEFINE_PROP_BOOL("mmu_present", Nios2CPU, mmu_present, true),
H A Dcpu.h215 bool mmu_present; member
H A Dtranslate.c1074 if (cpu->mmu_present) { in nios2_cpu_dump_state()
/openbmc/qemu/hw/nios2/
H A Dgeneric_nommu.c76 cpu->mmu_present = false; in nios2_generic_nommu_init()