Searched refs:TrigState (Results 1 – 1 of 1) sorted by relevance
854 #define TBI_LOCK( TrigState ) do {\ argument862 TrigState = __TRValue; } while (0)863 #define TBI_CRITON( TrigState ) do {\ argument869 TrigState = __TRValue; } while (0)871 #define TBI_INTSX( TrigState ) do {\ argument872 int __TRValue = TrigState; \875 TrigState = __TRValue; } while (0)877 #define TBI_UNLOCK( TrigState ) do {\ argument878 int __TRValue = TrigState; \885 #define TBI_CRITOFF( TrigState ) do {\ argument[all …]