Home
last modified time | relevance | path

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

/arch/microblaze/include/asm/
Dpvr.h65 #define PVR2_OPCODE_0x0_ILL_MASK 0x00000040 macro
150 (_pvr.pvr[2] & PVR2_OPCODE_0x0_ILL_MASK)
/arch/microblaze/kernel/cpu/
Dmb.c86 (cpuinfo.use_exc & PVR2_OPCODE_0x0_ILL_MASK) ? "op0x0 " : "", in show_cpuinfo()