Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h28 #define PVR0_USE_ICACHE_MASK 0x02000000 macro
128 #define PVR_USE_ICACHE(_pvr) (_pvr.pvr[0] & PVR0_USE_ICACHE_MASK)
/openbmc/qemu/target/microblaze/
H A Dcpu.h122 #define PVR0_USE_ICACHE_MASK 0x02000000 macro
H A Dcpu.c240 PVR0_USE_ICACHE_MASK | in mb_cpu_realizefn()