Home
last modified time | relevance | path

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

/linux-4.4.14/arch/metag/include/asm/
Dmetag_regs.h1012 #define TXSTAT_FPE_INVALID_BIT 0x00100000 macro
/linux-4.4.14/arch/metag/kernel/
Dtraps.c724 if (error_state & TXSTAT_FPE_INVALID_BIT) in fpe_handler()