Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/asm/
H A Dregisters.h27 #define FSR_UF (1<<1) /* Underflow */ macro
/linux/arch/microblaze/kernel/
H A Dexceptions.c125 else if (fsr & FSR_UF) in full_exception()