Home
last modified time | relevance | path

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

/linux-6.12.1/arch/openrisc/include/asm/
Dspr_defs.h581 #define SPR_FPCSR_OVF 0x00000008 /* Overflow Flag */ macro
590 #define SPR_FPCSR_ALLF (SPR_FPCSR_OVF | SPR_FPCSR_UNF | SPR_FPCSR_SNF | \
/linux-6.12.1/arch/openrisc/kernel/
Dtraps.c193 else if (fpcsr & SPR_FPCSR_OVF) in do_fpe_trap()