Home
last modified time | relevance | path

Searched defs:__save_and_sti (Results 1 – 16 of 16) sorted by relevance

/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
/linux-2.4.37.9/include/asm-ppc/
Dhw_irq.h21 #define __save_and_sti(flags) ({__save_flags(flags);__sti();}) macro
/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-parisc/
Dsystem_irqsave.h11 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
/linux-2.4.37.9/include/asm-mips64/
Dsystem.h124 #define __save_and_sti(x) \ macro
/linux-2.4.37.9/include/asm-mips/
Dsystem.h125 #define __save_and_sti(x) \ macro
/linux-2.4.37.9/include/asm-s390x/
Dsystem.h221 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
/linux-2.4.37.9/include/asm-s390/
Dsystem.h210 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
/linux-2.4.37.9/include/asm-sh/
Dsystem.h220 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); macro
/linux-2.4.37.9/include/asm-sh64/
Dsystem.h319 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while (0) macro
/linux-2.4.37.9/include/asm-sparc/
Dsystem.h259 #define __save_and_sti(flags) ((flags) = read_psr_and_sti()) macro
/linux-2.4.37.9/include/asm-sparc64/
Dsystem.h76 #define __save_and_sti(flags) ((flags) = read_pil_and_sti()) macro
/linux-2.4.37.9/include/asm-ia64/
Dsystem.h194 #define __save_and_sti(flags) local_irq_set(flags) macro
/linux-2.4.37.9/include/asm-i386/
Dsystem.h324 #define __save_and_sti(x) do { __save_flags(x); __sti(); } while(0); 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
/linux-2.4.37.9/include/asm-alpha/
Dsystem.h314 #define __save_and_sti(flags) do { barrier(); (flags) = swpipl(IPL_MIN); } while(0) macro