Home
last modified time | relevance | path

Searched refs:__global_restore_flags (Results 1 – 25 of 39) sorted by relevance

12

/linux-2.4.37.9/include/asm-parisc/
Dsystem.h63 extern void __global_restore_flags(unsigned long);
68 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/arch/s390/kernel/
Dirq.c278 void __global_restore_flags(unsigned long flags) in __global_restore_flags() function
333 EXPORT_SYMBOL(__global_restore_flags);
/linux-2.4.37.9/arch/s390x/kernel/
Dirq.c278 void __global_restore_flags(unsigned long flags) in __global_restore_flags() function
333 EXPORT_SYMBOL(__global_restore_flags);
/linux-2.4.37.9/include/asm-mips64/
Dsystem.h163 extern void __global_restore_flags(unsigned long);
167 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-mips/
Dsystem.h164 extern void __global_restore_flags(unsigned long);
168 # define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-s390/
Dsystem.h225 extern void __global_restore_flags(unsigned long);
229 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-ppc64/
Dsystem.h103 extern void __global_restore_flags(unsigned long);
107 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-s390x/
Dsystem.h236 extern void __global_restore_flags(unsigned long);
240 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-sh/
Dsystem.h234 extern void __global_restore_flags(unsigned long);
238 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-ppc/
Dsystem.h112 extern void __global_restore_flags(unsigned long);
116 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-ia64/
Dsystem.h204 extern void __global_restore_flags (unsigned long);
208 # define restore_flags(flags) __global_restore_flags(flags)
/linux-2.4.37.9/include/asm-sh64/
Dsystem.h333 extern void __global_restore_flags(unsigned long);
337 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-sparc/
Dsystem.h276 extern void __global_restore_flags(unsigned long flags);
280 #define restore_flags(flags) __global_restore_flags(flags)
/linux-2.4.37.9/include/asm-x86_64/
Dsystem.h282 extern void __global_restore_flags(unsigned long);
286 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-i386/
Dsystem.h344 extern void __global_restore_flags(unsigned long);
348 #define restore_flags(x) __global_restore_flags(x)
/linux-2.4.37.9/include/asm-sparc64/
Dsystem.h96 extern void __global_restore_flags(unsigned long flags);
102 #define restore_flags(flags) __global_restore_flags(flags)
/linux-2.4.37.9/arch/parisc/kernel/
Dirq_smp.c192 __global_restore_flags(unsigned long flags) in __global_restore_flags() function
Dparisc_ksyms.c66 EXPORT_SYMBOL(__global_restore_flags);
/linux-2.4.37.9/arch/alpha/kernel/
Dirq_smp.c190 __global_restore_flags(unsigned long flags) in __global_restore_flags() function
/linux-2.4.37.9/arch/ia64/kernel/
Dia64_ksyms.c107 EXPORT_SYMBOL(__global_restore_flags);
/linux-2.4.37.9/include/asm-alpha/
Dsystem.h332 extern void __global_restore_flags(unsigned long flags);
337 #define restore_flags(flags) __global_restore_flags(flags)
/linux-2.4.37.9/arch/i386/kernel/
Di386_ksyms.c144 EXPORT_SYMBOL(__global_restore_flags);
/linux-2.4.37.9/arch/mips64/kernel/
Dsmp.c295 EXPORT_SYMBOL(__global_restore_flags);
/linux-2.4.37.9/arch/mips/kernel/
Dsmp.c295 EXPORT_SYMBOL(__global_restore_flags);
/linux-2.4.37.9/arch/x86_64/kernel/
Dx8664_ksyms.c123 EXPORT_SYMBOL(__global_restore_flags);

12