Home
last modified time | relevance | path

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

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