Searched refs:PVR0_USE_FPU_MASK (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c55 (PVR2_USE_FPU2_MASK | PVR0_USE_FPU_MASK) :
56 (ci->use_fpu == 1 ? PVR0_USE_FPU_MASK : 0));
H A Dmb.c86 (cpuinfo.use_fpu & PVR0_USE_FPU_MASK) ? "v1" : "no");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpvr.h29 #define PVR0_USE_FPU_MASK 0x08000000 macro
127 #define PVR_USE_FPU(pvr) (pvr.pvr[0] & PVR0_USE_FPU_MASK)

Completed in 106 milliseconds