Home
last modified time | relevance | path

Searched defs:local_irq_restore (Results 1 – 12 of 12) sorted by relevance

/arch/powerpc/include/asm/
Dhw_irq.h71 #define local_irq_restore(flags) __asm__ __volatile__("wrtee %0" : : "r" (flags) : "memory") macro
74 #define local_irq_restore(flags) mtmsr(flags) macro
/arch/um/include/asm/
Dsystem.h16 #define local_irq_restore(flags) do { typecheck(unsigned long, flags); \ macro
/arch/blackfin/include/asm/
Dirq.h78 static inline void local_irq_restore(unsigned long x) in local_irq_restore() function
261 #define local_irq_restore(x) \ macro
/arch/cris/include/arch-v32/arch/
Dsystem.h51 #define local_irq_restore(x) \ macro
/arch/cris/include/arch-v10/arch/
Dsystem.h49 #define local_irq_restore(x) __asm__ __volatile__ ("move %0,$ccr" : : "rm" (x) : "memory"); macro
/arch/ia64/include/asm/
Dsystem.h166 # define local_irq_restore(x) \ macro
179 # define local_irq_restore(x) __local_irq_restore(x) macro
/arch/h8300/include/asm/
Dsystem.h74 #define local_irq_restore(x) __restore_flags(x) macro
/arch/m68k/include/asm/
Dsystem_mm.h77 #define local_irq_restore(x) asm volatile ("movew %0,%%sr": :"d" (x) : "memory") macro
Dsystem_no.h83 #define local_irq_restore(x) asm volatile ("movew %0,%%sr": :"d" (x) : "memory") macro
/arch/xtensa/include/asm/
Dsystem.h22 #define local_irq_restore(x) do { \ macro
/arch/parisc/include/asm/
Dsystem.h58 #define local_irq_restore(x) \ macro
/arch/alpha/include/asm/
Dsystem.h286 #define local_irq_restore(flags) do { barrier(); setipl(flags); barrier(); } while(0) macro