Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h29 #define PVR0_USE_DCACHE_MASK 0x01000000 macro
129 #define PVR_USE_DCACHE(_pvr) (_pvr.pvr[0] & PVR0_USE_DCACHE_MASK)
/openbmc/qemu/target/microblaze/
H A Dcpu.h123 #define PVR0_USE_DCACHE_MASK 0x01000000 macro
H A Dcpu.c241 PVR0_USE_DCACHE_MASK | in mb_cpu_realizefn()