Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h112 #define PVR11_USE_MMU 0xC0000000 macro
211 #define PVR_USE_MMU(_pvr) ((_pvr.pvr[11] & PVR11_USE_MMU) >> 30)
/openbmc/qemu/target/microblaze/
H A Dcpu.h209 #define PVR11_USE_MMU 0xC0000000 macro
H A Dcpu.c283 cpu->cfg.pvr_regs[11] = ((cpu->cfg.use_mmu ? PVR11_USE_MMU : 0) | in mb_cpu_realizefn()