/linux-2.4.37.9/include/asm-parisc/ |
D | system_irqsave.h | 11 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro 21 #define local_irq_set(x) __save_and_sti(x)
|
D | system.h | 79 #define save_and_sti(x) __save_and_sti(x)
|
/linux-2.4.37.9/include/asm-mips64/ |
D | system.h | 124 #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/ |
D | system.h | 125 #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/ |
D | system.h | 210 #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/ |
D | system.h | 221 #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/ |
D | system.h | 220 #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/ |
D | hw_irq.h | 34 #define __save_and_sti(flags) ({__save_flags(flags);__sti();}) macro 70 #define __save_and_sti(flags) ({__save_flags(flags);__sti();}) macro
|
D | system.h | 96 #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/ |
D | system.h | 319 #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/ |
D | system.h | 324 #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/ |
D | system.h | 105 #define save_and_sti(flags) __save_and_sti(flags) 126 #define local_irq_set(flags) __save_and_sti(flags)
|
D | hw_irq.h | 21 #define __save_and_sti(flags) ({__save_flags(flags);__sti();}) macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | system.h | 194 #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/ |
D | system.h | 259 #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/ |
D | system.h | 130 #define __save_and_sti(x) ({__save_flags(x);__sti();}) macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | system.h | 268 #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/ |
D | system.h | 76 #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/ |
D | system.h | 314 #define __save_and_sti(flags) do { barrier(); (flags) = swpipl(IPL_MIN); } while(0) macro 318 #define local_irq_set(flags) __save_and_sti(flags)
|