Home
last modified time | relevance | path

Searched refs:FSR_IO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dregisters.h24 #define FSR_IO (1<<4) /* Invalid operation */ macro
/openbmc/linux/arch/microblaze/kernel/
H A Dexceptions.c121 if (fsr & FSR_IO) in full_exception()
/openbmc/qemu/linux-user/microblaze/
H A Dcpu_loop.c90 if (si_code & FSR_IO) { in cpu_loop()
/openbmc/qemu/target/microblaze/
H A Dcpu.h108 #define FSR_IO (1<<4) /* Invalid operation */ macro
H A Dop_helper.c122 env->fsr |= FSR_IO; in update_fpu_flags()