Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-parisc/
Dsystem_irqsave.h11 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
21 #define local_irq_set(x) __save_and_sti(x)
Dsystem.h79 #define save_and_sti(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-mips64/
Dsystem.h124 #define __save_and_sti(x) \ macro
178 #define save_and_sti(x) __save_and_sti(x)
184 #define local_irq_set(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-mips/
Dsystem.h125 #define __save_and_sti(x) \ macro
179 # define save_and_sti(x) __save_and_sti(x)
185 #define local_irq_set(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-s390/
Dsystem.h210 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
214 #define local_irq_set(x) __save_and_sti(x)
245 #define save_and_sti(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-s390x/
Dsystem.h221 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
225 #define local_irq_set(x) __save_and_sti(x)
256 #define save_and_sti(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-sh/
Dsystem.h220 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
224 #define local_irq_set(x) __save_and_sti(x)
246 #define save_and_sti(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-ppc64/
Dhw_irq.h34 #define __save_and_sti(flags) ({__save_flags(flags);__sti();}) macro
70 #define __save_and_sti(flags) ({__save_flags(flags);__sti();}) macro
Dsystem.h96 #define save_and_sti(flags) __save_and_sti(flags)
117 #define local_irq_set(flags) __save_and_sti(flags)
/linux-2.4.37.9/include/asm-sh64/
Dsystem.h319 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while (0) macro
323 #define local_irq_set(x) __save_and_sti(x)
347 #define save_and_sti(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-i386/
Dsystem.h324 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
332 #define local_irq_set(x) __save_and_sti(x)
359 #define save_and_sti(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-ppc/
Dsystem.h105 #define save_and_sti(flags) __save_and_sti(flags)
126 #define local_irq_set(flags) __save_and_sti(flags)
Dhw_irq.h21 #define __save_and_sti(flags) ({__save_flags(flags);__sti();}) macro
/linux-2.4.37.9/include/asm-ia64/
Dsystem.h194 #define __save_and_sti(flags) local_irq_set(flags) macro
196 #define save_and_sti(flags) __save_and_sti(flags)
/linux-2.4.37.9/include/asm-sparc/
Dsystem.h259 #define __save_and_sti(flags) ((flags) = read_psr_and_sti()) macro
264 #define local_irq_set(flags) __save_and_sti(flags)
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dsystem.h130 #define __save_and_sti(x) ({__save_flags(x);__sti();}) macro
/linux-2.4.37.9/include/asm-x86_64/
Dsystem.h268 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0) macro
297 #define save_and_sti(x) __save_and_sti(x)
/linux-2.4.37.9/include/asm-sparc64/
Dsystem.h76 #define __save_and_sti(flags) ((flags) = read_pil_and_sti()) macro
81 #define local_irq_set(flags) __save_and_sti(flags)
/linux-2.4.37.9/include/asm-alpha/
Dsystem.h314 #define __save_and_sti(flags) do { barrier(); (flags) = swpipl(IPL_MIN); } while(0) macro
318 #define local_irq_set(flags) __save_and_sti(flags)