Home
last modified time | relevance | path

Searched refs:__xchg (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/microblaze/include/asm/
Dsystem.h131 ((__typeof__ (*(ptr)))__xchg ((unsigned long)(with), (ptr), sizeof (*(ptr))))
134 static inline unsigned long __xchg(unsigned long with, in __xchg() function
/external/u-boot/arch/x86/cpu/
Dlapic.c21 #define xchg(ptr, v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v), (ptr), \
33 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, in __xchg() function
/external/u-boot/arch/mips/include/asm/
Dsystem.h241 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))
245 __xchg(unsigned long x, volatile void * ptr, int size) in __xchg() function
/external/u-boot/arch/sh/include/asm/
Dsystem.h197 #define __xchg(ptr, x, size) \ macro
218 ((__typeof__(*(ptr)))__xchg((ptr),(unsigned long)(x), sizeof(*(ptr))))
/external/u-boot/arch/arm/include/asm/proc-armv/
Dsystem.h183 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() function