Searched refs:FSR_UF (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/microblaze/include/asm/ | ||
| D | registers.h | 30 #define FSR_UF		(1<<1) /* Underflow */  macro | 
| /linux-4.4.14/arch/microblaze/kernel/ | ||
| D | exceptions.c | 132 		else if (fsr & FSR_UF)  in full_exception() |