Home
last modified time | relevance | path

Searched defs:__save_flags (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/include/asm-ppc64/
Dhw_irq.h31 #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/
Dhw_irq.h19 #define __save_flags(flags) __save_flags_ptr((unsigned long *)&flags) macro
/linux-2.4.37.9/include/asm-parisc/
Dsystem_irqsave.h5 #define __save_flags(x) __asm__ __volatile__("ssm 0, %0" : "=r" (x) : : "memory") macro
/linux-2.4.37.9/include/asm-cris/
Dsystem.h92 #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/
Dsystem.h70 #define __save_flags(x) local_save_flags(x) macro
/linux-2.4.37.9/include/asm-m68k/
Dsystem.h64 #define __save_flags(x) asm volatile ("movew %%sr,%0":"=d" (x) : : "memory") macro
/linux-2.4.37.9/include/asm-mips64/
Dsystem.h84 #define __save_flags(x) \ macro
/linux-2.4.37.9/include/asm-mips/
Dsystem.h85 #define __save_flags(x) \ macro
/linux-2.4.37.9/include/asm-s390x/
Dsystem.h156 #define __save_flags(x) \ macro
/linux-2.4.37.9/include/asm-s390/
Dsystem.h144 #define __save_flags(x) \ macro
/linux-2.4.37.9/include/asm-sh/
Dsystem.h132 #define __save_flags(x) \ macro
/linux-2.4.37.9/include/asm-sh64/
Dsystem.h295 #define __save_flags(x) \ macro
/linux-2.4.37.9/include/asm-sparc/
Dsystem.h257 #define __save_flags(flags) ((flags) = getipl()) macro
/linux-2.4.37.9/include/asm-sparc64/
Dsystem.h74 #define __save_flags(flags) ((flags) = getipl()) macro
/linux-2.4.37.9/include/asm-ia64/
Dsystem.h192 #define __save_flags(flags) __asm__ __volatile__ ("mov %0=psr" : "=r" (flags) :: "memory") macro
/linux-2.4.37.9/include/asm-i386/
Dsystem.h316 #define __save_flags(x) __asm__ __volatile__("pushfl ; popl %0":"=g" (x): /* no input */) macro
/linux-2.4.37.9/include/asm-x86_64/
Dsystem.h260 #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/
Dsystem.h312 #define __save_flags(flags) ((flags) = rdps()) macro