PVR2_FPU_EXC_MASK  161 arch/microblaze/include/asm/pvr.h #define PVR_FPU_EXCEPTION(_pvr)		(_pvr.pvr[2] & PVR2_FPU_EXC_MASK)
PVR2_FPU_EXC_MASK   69 arch/microblaze/kernel/cpu/cpuinfo-static.c 		(fcpu(cpu, "xlnx,fpu-exception") ? PVR2_FPU_EXC_MASK : 0) |
PVR2_FPU_EXC_MASK   92 arch/microblaze/kernel/cpu/mb.c 		   (cpuinfo.use_exc & PVR2_FPU_EXC_MASK) ? "fpu " : "",