Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/asm/
Dirqflags.h83 static inline notrace void __hard_local_irq_restore(unsigned long flags) in __hard_local_irq_restore() function
219 # define hard_local_irq_restore(flags) __hard_local_irq_restore(flags)
232 #define arch_local_irq_restore(flags) __hard_local_irq_restore(flags)
242 #define hard_local_irq_restore(flags) __hard_local_irq_restore(flags)
284 __hard_local_irq_restore(flags); \