Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h67 #define PVR2_DIV_ZERO_EXC_MASK 0x00000002 macro
157 (_pvr.pvr[2] & PVR2_DIV_ZERO_EXC_MASK)
/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dmb.c91 (cpuinfo.use_exc & PVR2_DIV_ZERO_EXC_MASK) ? "zero " : "", in show_cpuinfo()
H A Dcpuinfo-static.c68 PVR2_DIV_ZERO_EXC_MASK : 0) | in set_cpuinfo_static()
/openbmc/qemu/target/microblaze/
H A Dcpu.h162 #define PVR2_DIV_ZERO_EXC_MASK 0x00000002 macro
H A Dcpu.c295 (cpu->cfg.div_zero_exception ? PVR2_DIV_ZERO_EXC_MASK : 0) | in mb_cpu_realizefn()