Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/asm/
H A Dpvr.h59 #define PVR2_USE_FPU2_MASK 0x00000200 /* new */ macro
127 #define PVR_USE_FPU2(_pvr) (_pvr.pvr[2] & PVR2_USE_FPU2_MASK)
/linux/arch/microblaze/kernel/cpu/
H A Dmb.c81 (cpuinfo.use_fpu & PVR2_USE_FPU2_MASK) ? "v2" : in show_cpuinfo()