Home
last modified time | relevance | path

Searched refs:PVR2_USE_MUL64_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h58 #define PVR2_USE_MUL64_MASK 0x00000400 macro
145 #define PVR_USE_MUL64(_pvr) (_pvr.pvr[2] & PVR2_USE_MUL64_MASK)
/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dmb.c79 (cpuinfo.use_mult & PVR2_USE_MUL64_MASK) ? "v2" : in show_cpuinfo()
H A Dcpuinfo-static.c48 (PVR2_USE_MUL64_MASK | PVR0_USE_HW_MUL_MASK) : in set_cpuinfo_static()
/openbmc/qemu/target/microblaze/
H A Dcpu.h153 #define PVR2_USE_MUL64_MASK 0x00000400 macro
H A Dcpu.c281 (cpu->cfg.use_hw_mul > 1 ? PVR2_USE_MUL64_MASK : 0) | in mb_cpu_realizefn()