Home
last modified time | relevance | path

Searched defs:xchg (Results 1 – 25 of 28) sorted by relevance

12

/linux-2.6.39/arch/cris/include/arch-v32/arch/
Dsystem.h39 #define xchg(ptr,x) \ macro
/linux-2.6.39/arch/cris/include/arch-v10/arch/
Dsystem.h41 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/linux-2.6.39/arch/microblaze/include/asm/
Dsystem.h82 #define xchg(ptr, x) \ macro
/linux-2.6.39/include/asm-generic/
Dsystem.h137 #define xchg(ptr, x) \ macro
/linux-2.6.39/arch/frv/include/asm/
Datomic.h192 #define xchg(ptr, x) \ macro
220 #define xchg(ptr, x) \ macro
/linux-2.6.39/arch/mips/include/asm/
Dsystem.h209 #define xchg(ptr, x) \ macro
/linux-2.6.39/arch/m68k/include/asm/
Dsystem_no.h69 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
Dsystem_mm.h66 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/linux-2.6.39/arch/h8300/include/asm/
Dsystem.h79 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/linux-2.6.39/arch/score/include/asm/
Dsystem.h56 #define xchg(ptr, v) \ macro
/linux-2.6.39/arch/unicore32/include/asm/
Dsystem.h48 #define xchg(ptr, x) \ macro
/linux-2.6.39/arch/s390/include/asm/
Dcmpxchg.h75 #define xchg(ptr, x) \ macro
/linux-2.6.39/arch/x86/include/asm/
Dcmpxchg_64.h66 #define xchg(ptr, v) \ macro
Dcmpxchg_32.h56 #define xchg(ptr, v) \ macro
/linux-2.6.39/arch/xtensa/include/asm/
Dsystem.h140 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/linux-2.6.39/arch/sh/include/asm/
Dsystem.h89 #define xchg(ptr,x) \ macro
/linux-2.6.39/arch/avr32/include/asm/
Dsystem.h18 #define xchg(ptr,x) \ macro
/linux-2.6.39/arch/blackfin/include/asm/
Dsystem.h161 #define xchg(ptr, x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x), (ptr), sizeof(*(ptr)))) macro
/linux-2.6.39/arch/sparc/include/asm/
Dsystem_32.h219 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
Dsystem_64.h229 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/linux-2.6.39/arch/ia64/include/asm/
Dintrinsics.h116 #define xchg(ptr,x) \ macro
/linux-2.6.39/arch/m32r/include/asm/
Dsystem.h60 #define xchg(ptr, x) \ macro
/linux-2.6.39/arch/tile/include/asm/
Datomic_32.h113 #define xchg(ptr, x) ((typeof(*(ptr))) \ macro
/linux-2.6.39/arch/mn10300/include/asm/
Datomic.h108 #define xchg(ptr, v) \ macro
/linux-2.6.39/arch/powerpc/include/asm/
Dsystem.h349 #define xchg(ptr,x) \ macro

12