Home
last modified time | relevance | path

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

/linux-4.1.27/arch/metag/include/asm/
Dtbx.h164 #define TBID_SIGNUM_T10 0x14 macro
190 ((SigNum) >= TBID_SIGNUM_T10) ? ((SigNum)-TBID_SIGNUM_TRT) : -1)
/linux-4.1.27/arch/metag/kernel/
Dtraps.c862 if (irq >= TBID_SIGNUM_T10 && irq < TBID_SIGNUM_TR3) in tbi_startup_interrupt()
863 cpu = hwthread_id_2_cpu[(irq - TBID_SIGNUM_T10) % 4]; in tbi_startup_interrupt()