Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c51 temp = PVR_USE_FPU(pvr) | PVR_USE_FPU2(pvr); in set_cpuinfo_pvr_full()
/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h126 #define PVR_USE_FPU(_pvr) (_pvr.pvr[0] & PVR0_USE_FPU_MASK) macro