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