Home
last modified time | relevance | path

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

/linux-6.12.1/arch/openrisc/include/asm/
Dspr_defs.h590 #define SPR_FPCSR_ALLF (SPR_FPCSR_OVF | SPR_FPCSR_UNF | SPR_FPCSR_SNF | \ macro
/linux-6.12.1/arch/openrisc/kernel/
Dtraps.c203 current->thread.fpcsr &= ~SPR_FPCSR_ALLF; in do_fpe_trap()