Home
last modified time | relevance | path

Searched refs:TBID_SIGNUM_FPE (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/metag/tbx/
Dtbidefr.S84 SUB D1Ar3, D1Ar3, #(TXSTAT_FPE_INVALID_S - TBID_SIGNUM_FPE)
147 SUB D1Ar3, D1Ar3, #(TXSTAT_FPE_INVALID_S - TBID_SIGNUM_FPE)
/linux-4.4.14/arch/metag/include/asm/
Dtbx.h145 #define TBID_SIGNUM_FPE 0x04 /* Deferred exception - Any IEEE 754 exception */ macro
160 #define TBID_SIGNUM_FPE 0x13 /* FPE Exception handler */ macro
/linux-4.4.14/arch/metag/kernel/
Dtraps.c848 _pTBI->fnSigs[TBID_SIGNUM_FPE] = fpe_handler; in trap_init()