Searched refs:PVR11_USE_MMU (Results 1 – 3 of 3) sorted by relevance
112 #define PVR11_USE_MMU 0xC0000000 macro211 #define PVR_USE_MMU(_pvr) ((_pvr.pvr[11] & PVR11_USE_MMU) >> 30)
206 #define PVR11_USE_MMU 0xC0000000 macro
307 cpu->cfg.pvr_regs[11] = ((cpu->cfg.use_mmu ? PVR11_USE_MMU : 0) | in mb_cpu_realizefn()