Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h64 #define PVR2_ILL_OPCODE_EXC_MASK 0x00000010 macro
151 (_pvr.pvr[2] & PVR2_ILL_OPCODE_EXC_MASK)
/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dmb.c88 (cpuinfo.use_exc & PVR2_ILL_OPCODE_EXC_MASK) ? "ill " : "", in show_cpuinfo()
H A Dcpuinfo-static.c62 PVR2_ILL_OPCODE_EXC_MASK : 0) | in set_cpuinfo_static()
/openbmc/qemu/target/microblaze/
H A Dcpu.h162 #define PVR2_ILL_OPCODE_EXC_MASK 0x00000010 macro
H A Dcpu.c272 (cpu->cfg.illegal_opcode_exception ? PVR2_ILL_OPCODE_EXC_MASK : 0) | in mb_cpu_realizefn()