Home
last modified time | relevance | path

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

/arch/metag/include/asm/
Dtbx.h112 #define TBID_SEG( Thread, Scope, Type ) (\ argument
113 ((Thread)<<TBID_THREAD_S) + ((Scope)<<TBID_SEGSCOPE_S) + (Type))
116 #define TBID_SIG( Thread, SigNum ) (\ argument
117 ((Thread)<<TBID_THREAD_S) + ((SigNum)<<TBID_SIGNUM_S) + TBID_SIGNAL_BIT)
120 #define TBID_THD( Thread ) ((Thread)<<TBID_THREAD_S) argument
163 #define TBID_SIGNUM_TR1(Thread) (0x14+(Thread)) argument
169 #define TBID_SIGNUM_TR2(Thread) (0x18+(Thread)) argument
193 #define TBI_TRIGS_INIT( Thread ) (\ argument
194 TXSTAT_KICK_BIT + TBI_TRIG_BIT(TBID_SIGNUM_TR1(Thread)) )
195 #define TBI_INTS_INIT( Thread ) (\ argument
[all …]
/arch/arm/mm/
Dproc-v7m.S116 msr control, r1 @ Thread mode has unpriviledged access