Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dcpu.h206 #define PVR11_USE_MMU 0xC0000000 macro
H A Dcpu.c300 cpu->cfg.pvr_regs[11] = ((cpu->cfg.use_mmu ? PVR11_USE_MMU : 0) | in mb_cpu_realizefn()