/linux-2.4.37.9/include/asm-ppc64/ |
D | hw_irq.h | 31 #define __save_flags(flags) ((flags) = __no_use_save_flags()) macro 38 #define __save_flags(flags) ((flags) = mfmsr()) macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | hw_irq.h | 19 #define __save_flags(flags) __save_flags_ptr((unsigned long *)&flags) macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | system_irqsave.h | 5 #define __save_flags(x) __asm__ __volatile__("ssm 0, %0" : "=r" (x) : : "memory") macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | system.h | 92 #define __save_flags(x) __asm__ __volatile__ ("move $ccr,%0" : "=rm" (x) : : "memory"); macro 131 #define __save_flags(x) __asm__ __volatile__ ("move $ccr,%0" : "=rm" (x) : : "memory"); macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | system.h | 70 #define __save_flags(x) local_save_flags(x) macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | system.h | 64 #define __save_flags(x) asm volatile ("movew %%sr,%0":"=d" (x) : : "memory") macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | system.h | 84 #define __save_flags(x) \ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | system.h | 85 #define __save_flags(x) \ macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | system.h | 156 #define __save_flags(x) \ macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | system.h | 144 #define __save_flags(x) \ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | system.h | 132 #define __save_flags(x) \ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | system.h | 295 #define __save_flags(x) \ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | system.h | 257 #define __save_flags(flags) ((flags) = getipl()) macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | system.h | 74 #define __save_flags(flags) ((flags) = getipl()) macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | system.h | 192 #define __save_flags(flags) __asm__ __volatile__ ("mov %0=psr" : "=r" (flags) :: "memory") macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | system.h | 316 #define __save_flags(x) __asm__ __volatile__("pushfl ; popl %0":"=g" (x): /* no input */) macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | system.h | 260 #define __save_flags(x) do { warn_if_not_ulong(x); __asm__ __volatile__("# save_flags \n\t pushfq … macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | system.h | 312 #define __save_flags(flags) ((flags) = rdps()) macro
|