PVR2_USE_PCMP_INSTR  146 arch/microblaze/include/asm/pvr.h #define PVR_USE_PCMP_INSTR(_pvr)	(_pvr.pvr[2] & PVR2_USE_PCMP_INSTR)
PVR2_USE_PCMP_INSTR   30 arch/microblaze/kernel/cpu/cpuinfo-static.c 		(fcpu(cpu, "xlnx,use-pcmp-instr") ? PVR2_USE_PCMP_INSTR : 0) |
PVR2_USE_PCMP_INSTR   37 arch/microblaze/kernel/cpu/cpuinfo-static.c 		i |= PVR2_USE_PCMP_INSTR;
PVR2_USE_PCMP_INSTR   71 arch/microblaze/kernel/cpu/mb.c 		   (cpuinfo.use_instr & PVR2_USE_PCMP_INSTR) ? "yes" : "no",