Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/asm/
H A Dregisters.h26 #define FSR_OF (1<<2) /* Overflow */ macro
/linux/arch/microblaze/kernel/
H A Dexceptions.c123 else if (fsr & FSR_OF) in full_exception()