Searched refs:FSR_DZ (Results 1 – 2 of 2) sorted by relevance
/linux/arch/microblaze/include/asm/ | ||
H A D | registers.h | 25 #define FSR_DZ (1<<3) /* Divide-by-zero */ macro |
/linux/arch/microblaze/kernel/ | ||
H A D | exceptions.c | 127 else if (fsr & FSR_DZ) in full_exception() |