Home
last modified time | relevance | path

Searched refs:PVR2_USE_FPU_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h57 #define PVR2_USE_FPU_MASK 0x00000800 macro
/openbmc/qemu/target/microblaze/
H A Dcpu.h155 #define PVR2_USE_FPU_MASK 0x00000800 macro
H A Dcpu.c261 (cpu->cfg.use_fpu ? PVR2_USE_FPU_MASK : 0) | in mb_cpu_realizefn()