Searched refs:__arch_local_irq_restore (Results 1 – 3 of 3) sorted by relevance
115 notrace void __arch_local_irq_restore(unsigned long flags) in __arch_local_irq_restore() function139 EXPORT_SYMBOL(__arch_local_irq_restore);
87 static inline void __arch_local_irq_restore(unsigned long flags) in __arch_local_irq_restore() function121 void __arch_local_irq_restore(unsigned long flags);
146 #define __arch_local_irq_restore(flags) \ macro