Home
last modified time | relevance | path

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

/linux-6.1.9/arch/microblaze/include/asm/
Dregisters.h25 #define FSR_DZ (1<<3) /* Divide-by-zero */ macro
/linux-6.1.9/arch/microblaze/kernel/
Dexceptions.c127 else if (fsr & FSR_DZ) in full_exception()