Home
last modified time | relevance | path

Searched refs:PVR2_OPCODE_0x0_ILL_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h62 #define PVR2_OPCODE_0x0_ILL_MASK 0x00000040 macro
147 (_pvr.pvr[2] & PVR2_OPCODE_0x0_ILL_MASK)
/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dmb.c86 (cpuinfo.use_exc & PVR2_OPCODE_0x0_ILL_MASK) ? "op0x0 " : "", in show_cpuinfo()
/openbmc/qemu/target/microblaze/
H A Dcpu.h160 #define PVR2_OPCODE_0x0_ILL_MASK 0x00000040 macro
H A Dcpu.c274 (cpu->cfg.opcode_0_illegal ? PVR2_OPCODE_0x0_ILL_MASK : 0)); in mb_cpu_realizefn()